Skip to content

Commit

Permalink
fix Clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 17, 2025
1 parent f457941 commit 81d33f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: custom backend
env:
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom"
run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf
run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf --features=opt_in
- name: iOS (apple-other.rs)
run: cargo clippy -Zbuild-std=core --target x86_64-apple-ios
- name: ESP-IDF (espidf.rs)
Expand Down

0 comments on commit 81d33f4

Please sign in to comment.