Skip to content

Commit 0b09926

Browse files
committed
.github/darwin: Exclude nitro crate
The nitro workspace member is not supported on macOS and has Linux-exclusive dependencies. Exclude the crate when running clippy on macOS. Signed-off-by: Tyler Fanelli <[email protected]>
1 parent f428a74 commit 0b09926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality-aarch64-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: cargo fmt -- --check
3030

3131
- name: Formatting (rustfmt)
32-
run: cargo clippy --features efi,gpu -- -D warnings
32+
run: cargo clippy --workspace --exclude nitro --features efi,gpu -- -D warnings

0 commit comments

Comments
 (0)