File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 28
28
- name : Use west repo cache
29
29
uses : actions/cache/restore@v4
30
30
with :
31
- path : " /home/runner/**/.git/"
31
+ path : |
32
+ /home/runner/work/ArduinoCore-zephyr/*/.git/
33
+ /home/runner/work/ArduinoCore-zephyr/*/*/.git/
34
+ /home/runner/work/ArduinoCore-zephyr/*/*/*/.git/
32
35
key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
33
36
restore-keys : |
34
37
west-git-
76
79
- name : Save west repo cache
77
80
uses : actions/cache/save@v4
78
81
with :
79
- path : " /home/runner/**/.git/"
82
+ path : |
83
+ /home/runner/work/ArduinoCore-zephyr/*/.git/
84
+ /home/runner/work/ArduinoCore-zephyr/*/*/.git/
85
+ /home/runner/work/ArduinoCore-zephyr/*/*/*/.git/
80
86
key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
81
87
82
88
test-core :
You can’t perform that action at this time.
0 commit comments