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 6060 arch : ${{ matrix.arch }}
6161
6262 # 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
7364 - uses : julia-actions/julia-buildpkg@v1
7465
7566 - name : Install MSYS2
@@ -157,17 +148,7 @@ jobs:
157148 echo $PWD/../julia-*/bin >> $GITHUB_PATH
158149
159150 # 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
171152 - uses : julia-actions/julia-buildpkg@v1
172153 if : ${{ steps.buildkite-token.outputs.available == 'true' }}
173154
You can’t perform that action at this time.
0 commit comments