From ed82d7cdb82a6b9011f65060943d7549e88bace2 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 1 Sep 2025 15:56:12 +0200 Subject: [PATCH] Remove cmake install command from macos. --- .github/workflows/build-circuits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index db17128..7bedc16 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -380,7 +380,7 @@ jobs: run: brew install nlohmann-json - name: Install Dependencies [Prover] - run: brew install cmake nasm m4 + run: brew install nasm m4 - name: Compile Prover and Verifier working-directory: repo/circom_circuits/rapidsnark