Skip to content

Commit 6a92acd

Browse files
authored
Merge branch 'main' into dependabot/github_actions/tlienart/xranklin-build-action-5ccfbb9932a3f9f7536fc6c41da0910b97ee853c
2 parents 50447ac + c9d6d5c commit 6a92acd

4 files changed

Lines changed: 333 additions & 257 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@ jobs:
5050
permissions: write-all
5151
steps:
5252
- uses: actions/checkout@v6
53-
- uses: julia-actions/cache@v2
53+
- uses: julia-actions/setup-julia@v2
54+
with:
55+
# Same version as the one used to resolve the manifest
56+
version: '1.12.5'
57+
- uses: julia-actions/cache@v3
58+
- name: Instantiate environment
59+
run: |
60+
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
5461
- uses: tlienart/xranklin-build-action@5ccfbb9932a3f9f7536fc6c41da0910b97ee853c
5562
with:
5663
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)

Manifest-v1.12.toml

Lines changed: 322 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)