ci: Fix save and restore in GitHub cache action for MacOS build
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
2f3e237380
commit
6576be99e1
|
@ -198,7 +198,7 @@ jobs:
|
|||
env:
|
||||
cache-name: ${{ runner.os }}-cache-tools
|
||||
with:
|
||||
path: prebuilt
|
||||
path: ./sources/prebuilt
|
||||
key: ${{ runner.os }}-tools-${{ hashFiles('./sources/nuttx/tools/ci/cibuild.sh') }}
|
||||
|
||||
- name: Export NuttX Repo SHA
|
||||
|
|
Loading…
Reference in New Issue