Skip to content

Commit 75498fb

Browse files
committed
fix: add Setup Environment
1 parent e84d493 commit 75498fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions-rs/toolchain@v1
1111
with:
1212
components: rustfmt, clippy
13+
- name: Setup Environment
14+
run: cd os && make env
1315
- name: Check user
1416
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
1517
- name: Check os

0 commit comments

Comments
 (0)