File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 7070 arch : ${{ matrix.arch }}
7171
7272 # set-up packages
73- - uses : actions/cache@v4
74- env :
75- cache-name : cache-artifacts
76- with :
77- path : ~/.julia/artifacts
78- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
79- restore-keys : |
80- ${{ runner.os }}-test-${{ env.cache-name }}-
81- ${{ runner.os }}-test-
82- ${{ runner.os }}-
73+ - julia-actions/cache@v2
8374 - uses : julia-actions/julia-buildpkg@v1
8475
8576 - name : Run tests
@@ -127,16 +118,7 @@ jobs:
127118 echo $PWD/../julia-*/bin >> $GITHUB_PATH
128119
129120 # set-up packages
130- - uses : actions/cache@v4
131- env :
132- cache-name : cache-artifacts
133- with :
134- path : ~/.julia/artifacts
135- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
136- restore-keys : |
137- ${{ runner.os }}-test-${{ env.cache-name }}-
138- ${{ runner.os }}-test-
139- ${{ runner.os }}-
121+ - uses : julia-actions/cache@v2
140122 - uses : julia-actions/julia-buildpkg@v1
141123
142124 - name : Run tests
You can’t perform that action at this time.
0 commit comments