Skip to content

Commit 9bc828d

Browse files
committed
bump just version in CI
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 22e778d commit 9bc828d

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: hyperlight-dev/ci-setup-workflow@v1.9.0
4545
with:
4646
rust-toolchain: "1.89"
47+
just-version: "1.51"
4748

4849
- name: Authenticate with crates.io
4950
uses: rust-lang/crates-io-auth-action@v1

.github/workflows/dep_benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- uses: hyperlight-dev/ci-setup-workflow@v1.9.0
5858
with:
5959
rust-toolchain: "1.89"
60+
just-version: "1.51"
6061

6162
- name: Install github-cli (Azure Linux)
6263
if: runner.os == 'Linux' && matrix.hypervisor == 'mshv3'

.github/workflows/dep_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161

6262
- uses: hyperlight-dev/ci-setup-workflow@v1.9.0
6363
with:
64-
rust-toolchain: "1.89"
64+
rust-toolchain: "1.89"
65+
just-version: "1.51"
6566

6667
- name: install nodejs
6768
uses: actions/setup-node@v6

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: hyperlight-dev/ci-setup-workflow@v1.9.0
6868
with:
6969
rust-toolchain: "1.89"
70+
just-version: "1.51"
7071

7172
- name: Setup Node.js
7273
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)