We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bcf73 commit 6516ef0Copy full SHA for 6516ef0
1 file changed
.github/workflows/create_release.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Set up Quarto
25
uses: quarto-dev/quarto-actions/setup@v2
26
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
+
32
- name: Restore cached _freeze folder
33
id: cache-restore
34
uses: actions/cache/restore@v4
0 commit comments