Skip to content

Commit 91a8f54

Browse files
authored
Update ci.yml
1 parent a66ffae commit 91a8f54

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ jobs:
3030
with:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
33-
- uses: actions/cache@v1
34-
env:
35-
cache-name: cache-artifacts
36-
with:
37-
path: ~/.julia/artifacts
38-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
39-
restore-keys: |
40-
${{ runner.os }}-test-${{ env.cache-name }}-
41-
${{ runner.os }}-test-
42-
${{ runner.os }}-
4333
- name: "Replace julia libstdcxx ubuntu + julia v1.6"
4434
if: ${{ matrix.version == '1.6' && matrix.os == 'ubuntu-latest' }}
4535
# The following is needed for Julia <=1.8.3 on Linux OS
@@ -60,6 +50,16 @@ jobs:
6050
@info read(`ls -al $src`, String)
6151
end
6252
'
53+
- uses: actions/cache@v1
54+
env:
55+
cache-name: cache-artifacts
56+
with:
57+
path: ~/.julia/artifacts
58+
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
59+
restore-keys: |
60+
${{ runner.os }}-test-${{ env.cache-name }}-
61+
${{ runner.os }}-test-
62+
${{ runner.os }}-
6363
- uses: julia-actions/julia-buildpkg@v1
6464
- uses: julia-actions/julia-runtest@v1
6565
env:

0 commit comments

Comments
 (0)