diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index 76e89e4..95e7dc1 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -163,10 +163,6 @@ jobs: working-directory: repo run: git submodule update --init --recursive - - name: Generate C++ Circuit - working-directory: repo/circom_circuits/Mantle - run: circom --c --r1cs --no_asm --O2 pol.circom - - name: Install Dependencies [Witness Generator] shell: msys2 {0} run: |