Skip to content

Commit b909aac

Browse files
committed
fix kvm issues
Signed-off-by: Simon Davies <[email protected]>
1 parent c8d58f0 commit b909aac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
- name: Verify MSRV
9797
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-bin hyperlight-common
9898

99+
- name: Install just (sudo)
100+
if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
101+
run: sudo cargo install just
102+
99103
- name: Run Rust tests
100104
env:
101105
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)