Skip to content

Commit da3d2f0

Browse files
committed
full list
1 parent 8773a3a commit da3d2f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/package_core.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
- name: Use west repo cache
2929
uses: actions/cache/restore@v4
3030
with:
31-
path: "/home/runner/**/.git/"
31+
path: |
32+
/home/runner/ArduinoCore-zephyr/*/.git/
33+
/home/runner/ArduinoCore-zephyr/*/*/.git/
34+
/home/runner/ArduinoCore-zephyr/*/*/*/.git/
3235
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
3336
restore-keys: |
3437
west-git-
@@ -76,7 +79,10 @@ jobs:
7679
- name: Save west repo cache
7780
uses: actions/cache/save@v4
7881
with:
79-
path: "/home/runner/**/.git/"
82+
path: |
83+
/home/runner/ArduinoCore-zephyr/*/.git/
84+
/home/runner/ArduinoCore-zephyr/*/*/.git/
85+
/home/runner/ArduinoCore-zephyr/*/*/*/.git/
8086
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
8187

8288
test-core:

0 commit comments

Comments
 (0)