diff --git a/.github/workflows/rust-volume-server-tests.yml b/.github/workflows/rust-volume-server-tests.yml index 13f0436cb..721000de7 100644 --- a/.github/workflows/rust-volume-server-tests.yml +++ b/.github/workflows/rust-volume-server-tests.yml @@ -34,6 +34,9 @@ jobs: - name: Checkout code uses: actions/checkout@v6 + - name: Install protobuf compiler + run: sudo apt-get update && sudo apt-get install -y protobuf-compiler + - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable @@ -68,6 +71,9 @@ jobs: with: go-version: ${{ env.GO_VERSION }} + - name: Install protobuf compiler + run: sudo apt-get update && sudo apt-get install -y protobuf-compiler + - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable