Eduard S
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/main.yml
|
@ -16,8 +16,8 @@ jobs: |
|
|
go-version: ${{ matrix.go-version }} |
|
|
go-version: ${{ matrix.go-version }} |
|
|
- name: Install Nodejs |
|
|
- name: Install Nodejs |
|
|
uses: actions/setup-node@v1 |
|
|
uses: actions/setup-node@v1 |
|
|
with: |
|
|
|
|
|
go-version: 10.x |
|
|
|
|
|
|
|
|
with: |
|
|
|
|
|
node-version: '10.x' |
|
|
- name: Install circom |
|
|
- name: Install circom |
|
|
run: npm install -g circom |
|
|
run: npm install -g circom |
|
|
- name: Install snarkjs |
|
|
- name: Install snarkjs |
|
|