diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index afbc191b..ea432dda 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,8 +97,6 @@ jobs: snappy-dev curl-dev zlib-static sqlite-static curl-static snappy-static \ openssl-libs-static nghttp2-static brotli-static - echo "" | gcc -v -E - 2>&1 | grep cc1 - - name: Clone capnp-c working-directory: run: | @@ -138,7 +136,7 @@ jobs: - name: Build libblake2 working-directory: ./libb2-0.98.1 run: | - ./configure + ./configure --enable-native=no make -j 3 make install