Skip to content

Commit 8d93d71

Browse files
committed
add protobuf-compiler
1 parent 9225094 commit 8d93d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/prod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23+
- name: Install protobuf-compiler
24+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
2325
- run: rustup toolchain install ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup update ${{ matrix.rust }}
2426
- name: Build
2527
run: cargo build --release --verbose --features arkworks

0 commit comments

Comments
 (0)