diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48da51e..9596d18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: sudo apt-get install -y gcc-aarch64-linux-gnu - name: Build release binary - run: RUSTFLAGS="-C target-cpu=native" cargo build --target ${{ matrix.target }} --profile release --features jemalloc,asm-keccak --bin ev-reth + run: cargo build --target ${{ matrix.target }} --profile release --features jemalloc,asm-keccak --bin ev-reth - name: Create tarball if: matrix.os != 'windows-latest'