diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 40ba23eb2..c28972f9d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -94,7 +94,7 @@ jobs: - name: Install protobuf compiler shell: bash run: | - apt-get -qq update && apt-get -y -qq install protobuf-compiler + apt-get -qq update && apt-get -y -qq install protobuf-compiler cmake protoc --version - name: Cache Cargo uses: actions/cache@v4