Skip to content

Commit 88e9fe4

Browse files
authored
Merge branch 'main' into dependabot/github_actions/julia-actions/setup-julia-2
2 parents ad0ca01 + b2f5f4e commit 88e9fe4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ jobs:
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
29-
- uses: actions/cache@v2
30-
with:
31-
path: ~/.julia/artifacts
32-
key: ${{ runner.os }}-test-artifacts-${{ hashFiles('**/Project.toml') }}
33-
restore-keys: ${{ runner.os }}-test-artifacts
29+
- uses: julia-actions/cache@v2
3430
- uses: julia-actions/julia-buildpkg@v1
3531
- uses: julia-actions/julia-runtest@v1
3632
continue-on-error: ${{ matrix.version == 'nightly' }}

0 commit comments

Comments
 (0)