Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
ci: julia-actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 8, 2024
1 parent c9dc3ae commit 089ea1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: julia-actions/setup-julia@v1
with:
version: "1"
- name: Cache Julia
uses: julia-actions/cache@v1
- name: Instantiate Julia project
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: julia-actions/setup-julia@v1
with:
version: "1"
- name: Cache Julia
uses: julia-actions/cache@v1
- name: Instantiate Julia project
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'

Expand Down

0 comments on commit 089ea1a

Please sign in to comment.