Skip to content

Commit 45de062

Browse files
committed
use full home
1 parent 2b7a876 commit 45de062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package_core.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- name: Use west repo cache
2929
uses: actions/cache/restore@v4
3030
with:
31-
path: "**/.git"
31+
path: "~/**/.git"
3232
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
3333
restore-keys: |
3434
west-git-
3535
3636
- name: Dump
3737
run: |
38-
find
38+
find /home/runner
3939
4040
- uses: actions/checkout@v4
4141
with:
@@ -72,7 +72,7 @@ jobs:
7272
- name: Save west repo cache
7373
uses: actions/cache/save@v4
7474
with:
75-
path: "**/.git"
75+
path: "~/**/.git"
7676
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
7777

7878
test-core:

0 commit comments

Comments
 (0)