Skip to content

Commit

Permalink
Allow different workflows/PRs to share cached Julia environment
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jan 16, 2025
1 parent 4c01b60 commit fcb2df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Load Julia packages from cache
uses: julia-actions/cache@v2
with:
cache-name: julia-cache;${{ hashFiles('**/Manifest.toml') }}
delete-old-caches: false

# Note: needs resolve() to fix #518
Expand Down

0 comments on commit fcb2df6

Please sign in to comment.