Skip to content

Commit 3b37f66

Browse files
committed
fix(ci): specify target in clippy command for better compatibility
1 parent bdc2e4c commit 3b37f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
target: ${{ matrix.target }}
418418
components: clippy
419419
cache-key: x86_64-unknown-linux-gnu
420-
- run: cargo +beta clippy ${{ matrix.features }} -- -Dwarnings
420+
- run: cargo +beta clippy --target ${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
421421
pre-commit:
422422
runs-on: ubuntu-24.04
423423
steps:

0 commit comments

Comments
 (0)