We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bacb6 commit 32bc92bCopy full SHA for 32bc92b
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Check user
16
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
17
- name: Check os
18
- run: cd os && cargo fmt -- --check && cargo clippy -- -D warnings
+ run: export USER_IMG="../usr/build/riscv64.img" && cd os && cargo fmt -- --check && cargo clippy -- -D warnings
19
build:
20
runs-on: ubuntu-latest
21
steps:
0 commit comments