We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c75aed commit 4769c9bCopy full SHA for 4769c9b
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,8 @@ jobs:
39
id: lfs-cache
40
with:
41
path: .git/lfs
42
- key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}-v1
+ # key should be the same for all operating systems
43
+ key: lfs-${{ hashFiles('.lfs-assets-id') }}-v1
44
- name: Git LFS Pull
45
run: git lfs pull
46
@@ -79,7 +80,8 @@ jobs:
79
80
81
82
83
84
85
86
87
0 commit comments