Skip to content

Commit

Permalink
CI: try excluding scratchspaces from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Mar 25, 2024
1 parent 3a70405 commit f5d4426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
with:
cache-name: julia-cache;workflow=${{ github.workflow }};julia=${{ matrix.julia-version }};arch=${{ runner.arch }}
include-matrix: false
path: |
!~/.julia/scratchspaces
- name: "pin CxxWrap"
if: matrix.cxxwrap != ''
run: julia --project -e 'using Pkg; pkg"add CxxWrap@${{ matrix.cxxwrap }}"; pkg"pin CxxWrap";'
Expand Down Expand Up @@ -112,6 +114,8 @@ jobs:
with:
cache-name: julia-cache;workflow=${{ github.workflow }};julia=${{ matrix.julia-version }};arch=${{ runner.arch }}
include-matrix: false
path: |
!~/.julia/scratchspaces
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit f5d4426

Please sign in to comment.