We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7a876 commit 45de062Copy full SHA for 45de062
.github/workflows/package_core.yml
@@ -28,14 +28,14 @@ jobs:
28
- name: Use west repo cache
29
uses: actions/cache/restore@v4
30
with:
31
- path: "**/.git"
+ path: "~/**/.git"
32
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
33
restore-keys: |
34
west-git-
35
36
- name: Dump
37
run: |
38
- find
+ find /home/runner
39
40
- uses: actions/checkout@v4
41
@@ -72,7 +72,7 @@ jobs:
72
- name: Save west repo cache
73
uses: actions/cache/save@v4
74
75
76
77
78
test-core:
0 commit comments