Skip to content

Commit

Permalink
Remove workaround for CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Mar 14, 2023
1 parent 9ba5ddd commit c290c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
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 c290c52

Please sign in to comment.