Skip to content

Commit

Permalink
Add libprotobuf-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Aug 16, 2024
1 parent d5ff2af commit e042072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Add protoc
run: |
sudo apt-get install -f protobuf-compiler
sudo apt-get install -f protobuf-compiler libprotobuf-dev
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -f protobuf-compiler
sudo apt-get install -f protobuf-compiler libprotobuf-dev
- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -f protobuf-compiler
sudo apt-get install -f protobuf-compiler libprotobuf-dev
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
Expand Down

0 comments on commit e042072

Please sign in to comment.