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.
1 parent 831a61f commit 93b30e6Copy full SHA for 93b30e6
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
- uses: actions/checkout@v3
66
with:
67
submodules: true
68
+ - name: Install Rust toolchain
69
+ uses: dtolnay/rust-toolchain@stable
70
- name: Build dev profile
71
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
72
- name: Install uhyve
0 commit comments