Skip to content

Commit 93af65d

Browse files
committed
ci: try fix
1 parent 89e0f19 commit 93af65d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: actions-rs/toolchain@v1
2222
with:
2323
toolchain: nightly
24+
components: rust-src, llvm-tools-preview
25+
- name: Install bootimage
26+
run: cargo install bootimage
2427
- name: Install dependencies
25-
run: |
26-
cargo build
28+
run: cargo build
2729
- name: Run tests
2830
run: cargo test

0 commit comments

Comments
 (0)