diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc05604..c2f4bff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 0a4289e..98d6e57 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -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: @@ -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.