Skip to content

Commit 446c69f

Browse files
committed
ci: use ensure-cargo-hyperlight in dep workflows
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent fbd0a6c commit 446c69f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dep_build_guests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
src/tests/rust_guests -> target
6868
6969
- name: Install cargo-hyperlight
70-
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
70+
run: just ensure-cargo-hyperlight
7171

7272
- name: Build Rust guests
7373
run: |

.github/workflows/dep_code_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: just fmt-check
7272

7373
- name: Install cargo-hyperlight
74-
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
74+
run: just ensure-cargo-hyperlight
7575

7676
- name: clippy exhaustive check (debug)
7777
run: just clippy-exhaustive debug
@@ -139,7 +139,7 @@ jobs:
139139
run: just fmt-check
140140

141141
- name: Install cargo-hyperlight
142-
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
142+
run: just ensure-cargo-hyperlight
143143

144144
- name: clippy (debug)
145145
run: |

0 commit comments

Comments
 (0)