Skip to content

Commit 552f3e5

Browse files
committed
[CI] Add specific step to instantiate the environment
1 parent 6607398 commit 552f3e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
# Same version as the one used to resolve the manifest
5656
version: '1.12.5'
5757
- uses: julia-actions/cache@v3
58+
- name: Instantiate environment
59+
run: |
60+
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
5861
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
5962
with:
6063
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)

0 commit comments

Comments
 (0)