Skip to content

Commit

Permalink
try using default cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed May 16, 2024
1 parent 8a64502 commit c4e0689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v1
- uses: actions/cache@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@v1
- run: julia --project=test -e 'import Pkg; Pkg.add(;path="."); Pkg.build("CalibrateEmulateSample"); Pkg.instantiate(;verbose=true)'
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit c4e0689

Please sign in to comment.