diff --git a/.github/workflows/build_and_release_binary_manual.yaml b/.github/workflows/build_and_release_binary_manual.yaml index c988045641..934a841c94 100644 --- a/.github/workflows/build_and_release_binary_manual.yaml +++ b/.github/workflows/build_and_release_binary_manual.yaml @@ -75,7 +75,6 @@ jobs: - name: Building the Solidity compiler run: | - cat CMakeLists.txt mkdir -p ./build cd ./build cmake .. -DCMAKE_BUILD_TYPE="Release" -DSOLC_VERSION_ZKEVM="${{ inputs.ZKVM_RELEASE_TAG }}" -DUSE_Z3=OFF