Skip to content

Commit 14f5abd

Browse files
committed
fix path
1 parent 2edaeac commit 14f5abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package_core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use west repo cache
3939
uses: actions/cache/restore@v4
4040
with:
41-
path: "**/.git"
41+
path: "/home/runner/work/**/.git"
4242
key: west-git-${{ github.event.repository.updated_at }}
4343
restore-keys: west-git-
4444

@@ -67,7 +67,7 @@ jobs:
6767
- name: Save west repo cache
6868
uses: actions/cache/save@v4
6969
with:
70-
path: "**/.git"
70+
path: "/home/runner/work/**/.git"
7171
key: west-git-${{ github.event.repository.updated_at }}
7272

7373
test-core:

0 commit comments

Comments
 (0)