mirror of
https://github.com/arnaucube/go-circom-prover-verifier.git
synced 2026-02-06 19:06:43 +01:00
Add witness parser from binary file
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -18,10 +18,6 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
- name: Install circom
|
||||
run: npm install -g circom
|
||||
- name: Install snarkjs
|
||||
run: npm install -g snarkjs
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Compile circuits and execute Go tests
|
||||
|
||||
Reference in New Issue
Block a user