diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea396d..512804e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,8 +171,6 @@ jobs: - run: sudo apt-get install binutils-dev libunwind-dev - run: cargo hfuzz build --no-default-features --features honggfuzz working-directory: fuzz - env: - RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}} # https://github.com/rust-fuzz/honggfuzz-rs/issues/97 doc: name: Documentation