We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edaeac commit 14f5abdCopy full SHA for 14f5abd
.github/workflows/package_core.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Use west repo cache
39
uses: actions/cache/restore@v4
40
with:
41
- path: "**/.git"
+ path: "/home/runner/work/**/.git"
42
key: west-git-${{ github.event.repository.updated_at }}
43
restore-keys: west-git-
44
@@ -67,7 +67,7 @@ jobs:
67
- name: Save west repo cache
68
uses: actions/cache/save@v4
69
70
71
72
73
test-core:
0 commit comments