File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 60
60
arch : ${{ matrix.arch }}
61
61
62
62
# set-up packages
63
- - uses : actions/cache@v4
64
- env :
65
- cache-name : cache-artifacts
66
- with :
67
- path : ~/.julia/artifacts
68
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
69
- restore-keys : |
70
- ${{ runner.os }}-test-${{ env.cache-name }}-
71
- ${{ runner.os }}-test-
72
- ${{ runner.os }}-
63
+ - uses : julia-actions/cache@v2
73
64
- uses : julia-actions/julia-buildpkg@v1
74
65
75
66
- name : Install MSYS2
@@ -157,17 +148,7 @@ jobs:
157
148
echo $PWD/../julia-*/bin >> $GITHUB_PATH
158
149
159
150
# set-up packages
160
- - uses : actions/cache@v4
161
- if : ${{ steps.buildkite-token.outputs.available == 'true' }}
162
- env :
163
- cache-name : cache-artifacts
164
- with :
165
- path : ~/.julia/artifacts
166
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
167
- restore-keys : |
168
- ${{ runner.os }}-test-${{ env.cache-name }}-
169
- ${{ runner.os }}-test-
170
- ${{ runner.os }}-
151
+ - uses : julia-actions/cache@v2
171
152
- uses : julia-actions/julia-buildpkg@v1
172
153
if : ${{ steps.buildkite-token.outputs.available == 'true' }}
173
154
You can’t perform that action at this time.
0 commit comments