mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix the rust run
This commit is contained in:
parent
fa03d64b59
commit
47b53819fd
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
|||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb macros
|
||||
working-directory: agb-macros
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb fixnum
|
||||
working-directory: agb-fixnum
|
||||
run: cargo clippy --verbose
|
||||
|
|
Loading…
Reference in a new issue