Skip to content

Commit

Permalink
Load cached Julia packages / _freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Nov 2, 2024
1 parent bf24f85 commit 7a78841
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,26 @@ jobs:
with:
version: '1.10'

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

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# Needs Quarto 1.6 (which is currently a pre-release version) to fix #533
version: pre-release

- name: Restore cached _freeze folder
id: cache-restore
uses: actions/cache/restore@v4
with:
path: |
./_freeze/
key: |
${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}-${{ hashFiles('**/index.qmd') }}
restore-keys: |
${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
- name: Render
run: quarto render

Expand Down

0 comments on commit 7a78841

Please sign in to comment.