We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6607398 commit 8c7e9d3Copy full SHA for 8c7e9d3
1 file changed
.github/workflows/Deploy.yml
@@ -54,6 +54,9 @@ jobs:
54
with:
55
# Same version as the one used to resolve the manifest
56
version: '1.12.5'
57
+ - name: Instantiate environment
58
+ run: |
59
+ julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
60
- uses: julia-actions/cache@v3
61
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
62
0 commit comments