Skip to content

Commit

Permalink
clippy: exclude aarch64-dit due to target restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 25, 2024
1 parent 9b28c82 commit eba43e5
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 @@ -22,7 +22,7 @@ jobs:
with:
toolchain: 1.72.0 # Pinned to prevent breakages
components: clippy
- run: cargo clippy --all --all-features -- -D warnings
- run: cargo clippy --all --all-features --exclude aarch64-dit -- -D warnings

rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eba43e5

Please sign in to comment.