Skip to content

Commit

Permalink
ci: actions/cache -> julia-actions/cache
Browse files Browse the repository at this point in the history
Use the new Julia-specific cache action instead of the one included from
PkgTemplates.jl.
  • Loading branch information
musoke committed Jan 16, 2024
1 parent 2f59526 commit 58ec664
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v3
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
Expand Down

0 comments on commit 58ec664

Please sign in to comment.