Skip to content

Commit

Permalink
Merge pull request #556 from hermit-os/stable-uhyve
Browse files Browse the repository at this point in the history
Revert "ci: compile Uhyve with Rust 1.76.0"
  • Loading branch information
mkroening authored Mar 26, 2024
2 parents 90a49da + bc0029b commit 1b3bd23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
- name: Build dev profile
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
- uses: dtolnay/[email protected]
- name: Install uhyve
run: cargo +1.76.0 install --locked uhyve --force
run: cargo +stable install --locked uhyve
- name: Check KVM availability
shell: bash
run: |
Expand Down

0 comments on commit 1b3bd23

Please sign in to comment.