Remove cmake install command from macos.

This commit is contained in:
Alejandro Cabeza Romero 2025-09-01 15:56:12 +02:00
parent 512f1a7557
commit ed82d7cdb8
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -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