Skip to content

Commit 1b3bd23

Browse files
authored
Merge pull request #556 from hermit-os/stable-uhyve
Revert "ci: compile Uhyve with Rust 1.76.0"
2 parents 90a49da + bc0029b commit 1b3bd23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
6464
- name: Build dev profile
6565
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
66-
- uses: dtolnay/[email protected]
6766
- name: Install uhyve
68-
run: cargo +1.76.0 install --locked uhyve --force
67+
run: cargo +stable install --locked uhyve
6968
- name: Check KVM availability
7069
shell: bash
7170
run: |

0 commit comments

Comments
 (0)