Skip to content

Commit 6516ef0

Browse files
committed
resolve inside release workflow
1 parent 87bcf73 commit 6516ef0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Set up Quarto
2525
uses: quarto-dev/quarto-actions/setup@v2
2626

27+
# Note: use resolve() because of #518 and ensure that the hashed Manifest matches
28+
# that used to create the _freeze folder
29+
- name: Instantiate Julia environment
30+
run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve()'
31+
2732
- name: Restore cached _freeze folder
2833
id: cache-restore
2934
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)