Skip to content

Commit 6807334

Browse files
committed
ci: fix wrong dir
1 parent 8993403 commit 6807334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
components: rustfmt, clippy
1313
- name: Check user
14-
run: cd usr && cargo fmt -- --check && cargo clippy -- -D warnings
14+
run: cd usr/rust/ && cargo fmt -- --check && cargo clippy -- -D warnings
1515
- name: Check os
1616
run: cd os && cargo fmt -- --check && cargo clippy -- -D warnings
1717
build:

0 commit comments

Comments
 (0)