Skip to content

Commit

Permalink
Merge pull request #1887 from fintelia/remove-workaround
Browse files Browse the repository at this point in the history
Remove workaround for CI issue
  • Loading branch information
fintelia committed Mar 14, 2023
2 parents 9ba5ddd + c290c52 commit c4c7cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -157,7 +157,7 @@ jobs:
cargo afl check --bin fuzz_webp
cargo afl check --bin fuzz_pnm
env:
RUSTFLAGS: "-C target-cpu=skylake" # TODO: remove once https://github.com/mcountryman/simd-adler32/pull/9 is merged
RUSTFLAGS: ""

build_fuzz_cargo-fuzz:
name: "Fuzz targets (cargo-fuzz)"
Expand Down

0 comments on commit c4c7cd1

Please sign in to comment.