File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,23 +20,26 @@ jobs:
2020
2121 steps :
2222 - uses : actions/checkout@v4
23+
2324 - uses : actions/setup-go@v5
2425 with :
2526 go-version : " 1.23"
2627 cache : false
28+
2729 - name : foundry-toolchain
2830 uses : foundry-rs/foundry-toolchain@v1.2.0
31+
2932 - name : Build SP1 bindings
3033 run : make build_sp1_linux
31- - name : Build Old SP1 bindings
32- run : make build_sp1_linux_old
34+
3335 - name : Build Risc Zero go bindings
3436 run : make build_risc_zero_linux
35- - name : Build Old Risc Zero go bindings
36- run : make build_risc_zero_linux_old
37+
3738 - name : Build Merkle Tree bindings
3839 run : make build_merkle_tree_linux
40+
3941 - name : Build operator
4042 run : go build operator/cmd/main.go
43+
4144 - name : Build aggregator
4245 run : go build aggregator/cmd/main.go
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments