Skip to content

Commit

Permalink
Don't cache scratch spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jan 7, 2025
1 parent fc7b2ac commit fde884e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

# set-up packages
- uses: julia-actions/cache@v2
with:
# reports are stored in scratch spaces, which we don't want to cache
cache-scratchspaces: false
- uses: julia-actions/julia-buildpkg@v1

- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit fde884e

Please sign in to comment.