File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,14 @@ jobs:
28
28
- name : Use west repo cache
29
29
uses : actions/cache/restore@v4
30
30
with :
31
-
32
- path : " ~/**/.git"
31
+ path : " /home/runner/**/.git/"
33
32
key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
34
33
restore-keys : |
35
34
west-git-
36
35
37
36
- name : Dump
38
37
run : |
39
- find /home/runner
38
+ find /home/runner -name .git
40
39
41
40
- uses : actions/checkout@v4
42
41
with :
@@ -70,10 +69,14 @@ jobs:
70
69
name : ${{ env.CORE_ARTIFACT }}
71
70
path : ${{ env.CORE_ARTIFACT }}.tar.bz2
72
71
72
+ - name : Dump
73
+ run : |
74
+ find /home/runner -name .git
75
+
73
76
- name : Save west repo cache
74
77
uses : actions/cache/save@v4
75
78
with :
76
- path : " ~/ **/.git"
79
+ path : " /home/runner/ **/.git/ "
77
80
key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
78
81
79
82
test-core :
You can’t perform that action at this time.
0 commit comments