mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 15:43:07 +00:00
Fix circom compilation command.
This commit is contained in:
parent
af5e9e6772
commit
a37e881548
@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Generate C++ Circuit
|
||||
working-directory: repo/circom_circuits/Mantle
|
||||
run: circom --c --r1cs --no_asm pol.circom
|
||||
run: circom --c --r1cs --no_asm --O2 pol.circom
|
||||
|
||||
- name: Dependencies - Setup
|
||||
run: |
|
||||
@ -141,7 +141,7 @@ jobs:
|
||||
|
||||
- name: Generate C++ Circuit
|
||||
working-directory: repo/circom_circuits/Mantle
|
||||
run: circom --c --r1cs --no_asm pol.circom
|
||||
run: circom --c --r1cs --no_asm --O2 pol.circom
|
||||
|
||||
- name: Dependencies - Setup
|
||||
shell: msys2 {0}
|
||||
@ -224,7 +224,7 @@ jobs:
|
||||
|
||||
- name: Generate C++ Circuit
|
||||
working-directory: repo/circom_circuits/Mantle
|
||||
run: circom --c --r1cs --no_asm pol.circom
|
||||
run: circom --c --r1cs --no_asm --O2 pol.circom
|
||||
|
||||
- name: Dependencies - Setup
|
||||
run: mkdir include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user