From ae843bfb519ec1435c18dbdc3a2f3ad7b16ff698 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 4 Aug 2025 14:43:09 +0200 Subject: [PATCH] Remove rebase leftovers. --- .github/workflows/build-circuits.yml | 4 ---- 1 file changed, 4 deletions(-) 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: |