Skip to content

Commit 032bc9e

Browse files
bors[bot]mkroening
andauthored
Merge #405
405: CI: Install Rust on self-hosted runners r=mkroening a=mkroening Co-authored-by: Martin Kröning <[email protected]>
2 parents 831a61f + 93b30e6 commit 032bc9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- uses: actions/checkout@v3
6666
with:
6767
submodules: true
68+
- name: Install Rust toolchain
69+
uses: dtolnay/rust-toolchain@stable
6870
- name: Build dev profile
6971
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit --package rusty_demo
7072
- name: Install uhyve

0 commit comments

Comments
 (0)