Skip to content

Commit 404e0eb

Browse files
chore: try without nasm on windows
1 parent 65a6a94 commit 404e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash
4646
run: |
4747
# 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)
48+
$([ ${{ 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)
4949
licensecheck:
5050
runs-on: ubuntu-latest
5151
name: "Presence of licence headers"

0 commit comments

Comments
 (0)