diff --git a/.github/workflows/build-cache.yml b/.github/workflows/build-cache.yml index bde8459c9..e73491d42 100644 --- a/.github/workflows/build-cache.yml +++ b/.github/workflows/build-cache.yml @@ -18,7 +18,7 @@ jobs: ##### The block below is shared between cache build and PR build workflows ##### - name: Install EStarkPolygon prover dependencies - run: sudo apt-get update && sudo apt-get install -y nlohmann-json3-dev libpqxx-dev nasm + run: sudo apt-get update && sudo apt-get install -y nlohmann-json3-dev libpqxx-dev nasm libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc uuid-dev build-essential cmake pkg-config git - name: Install Rust toolchain nightly-2024-09-21 (with clippy and rustfmt) run: rustup toolchain install nightly-2024-09-21-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain nightly-2024-09-21-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain nightly-2024-09-21-x86_64-unknown-linux-gnu - name: Install Rust toolchain 1.81 (stable)