We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 831a61f + 93b30e6 commit 032bc9eCopy full SHA for 032bc9e
.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