We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90a49da + bc0029b commit 1b3bd23Copy full SHA for 1b3bd23
.github/workflows/ci.yml
@@ -63,9 +63,8 @@ jobs:
63
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
64
- name: Build dev profile
65
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
66
- - uses: dtolnay/[email protected]
67
- name: Install uhyve
68
- run: cargo +1.76.0 install --locked uhyve --force
+ run: cargo +stable install --locked uhyve
69
- name: Check KVM availability
70
shell: bash
71
run: |
0 commit comments