Skip to content

Commit 12ac9aa

Browse files
committed
Add Mina build step
1 parent a47350d commit 12ac9aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: make build_halo2_ipa_linux
2929
- name: Build Merkle Tree bindings
3030
run: make build_merkle_tree_linux
31+
- name: Build Mina bindings
32+
run: make build_mina_linux
3133
- name: Build operator
3234
run: go build operator/cmd/main.go
3335
- name: Build aggregator

0 commit comments

Comments
 (0)