File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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-
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 :
You can’t perform that action at this time.
0 commit comments