Skip to content

Commit

Permalink
Cache in preview workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 4, 2024
1 parent ec354c2 commit 7838083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
version: '1.10'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2

# Note: needs resolve() to fix #518
- name: Instantiate Julia environment
run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve()'
Expand Down

0 comments on commit 7838083

Please sign in to comment.