Skip to content

Commit 1709373

Browse files
committed
chore: update binary
1 parent 0e1d56a commit 1709373

File tree

5 files changed

+479
-386
lines changed

5 files changed

+479
-386
lines changed

.github/workflows/build-setup.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616
run: forge --version
1717

1818
- name: Install Solidity Dependencies
19-
run: forge soldeer update -d
19+
run: forge soldeer update -d
20+
21+
- name: Install build dependencies
22+
run: sudo apt-get install -y protobuf-compiler

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
run: "forge --version"
141141
- name: "Install Solidity Dependencies"
142142
run: "forge soldeer update -d"
143+
- name: "Install build dependencies"
144+
run: "sudo apt-get install -y protobuf-compiler"
143145
- name: Install dist
144146
run: ${{ matrix.install_dist.run }}
145147
# Get the dist-manifest

0 commit comments

Comments
 (0)