We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8773a3a commit da3d2f0Copy full SHA for da3d2f0
.github/workflows/package_core.yml
@@ -28,7 +28,10 @@ jobs:
28
- name: Use west repo cache
29
uses: actions/cache/restore@v4
30
with:
31
- path: "/home/runner/**/.git/"
+ path: |
32
+ /home/runner/ArduinoCore-zephyr/*/.git/
33
+ /home/runner/ArduinoCore-zephyr/*/*/.git/
34
+ /home/runner/ArduinoCore-zephyr/*/*/*/.git/
35
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
36
restore-keys: |
37
west-git-
@@ -76,7 +79,10 @@ jobs:
76
79
- name: Save west repo cache
77
80
uses: actions/cache/save@v4
78
81
82
83
84
85
86
87
88
test-core:
0 commit comments