Skip to content

Commit 32bc92b

Browse files
committedJun 12, 2020
ci: add export
1 parent 73bacb6 commit 32bc92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check user
1616
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
1717
- name: Check os
18-
run: cd os && cargo fmt -- --check && cargo clippy -- -D warnings
18+
run: export USER_IMG="../usr/build/riscv64.img" && cd os && cargo fmt -- --check && cargo clippy -- -D warnings
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.