We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a6a94 commit 404e0ebCopy full SHA for 404e0eb
1 file changed
.github/workflows/lint.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash
46
run: |
47
# shellcheck disable=SC2046
48
- cargo clippy --workspace --all-targets --all-features -- -D warnings $([ ${{ matrix.rust_version }} = 1.78.0 ] || [ ${{ matrix.rust_version }} = stable ] && echo -Aunknown-lints -Ainvalid_reference_casting -Aclippy::redundant-closure-call)
+ $([ ${{ matrix.platform }} = windows-latest ] && echo AWS_LC_FIPS_SYS_NO_ASM=1 ) cargo clippy --workspace --all-targets --all-features -- -D warnings $([ ${{ matrix.rust_version }} = 1.78.0 ] || [ ${{ matrix.rust_version }} = stable ] && echo -Aunknown-lints -Ainvalid_reference_casting -Aclippy::redundant-closure-call)
49
licensecheck:
50
runs-on: ubuntu-latest
51
name: "Presence of licence headers"
0 commit comments