diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 4a77450e9..70520ca1b 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -137,8 +137,8 @@ jobs: - name: Rust install uses: dtolnay/rust-toolchain@stable - # - name: Install protoc - # run: sudo apt-get install -y protobuf-compiler + - name: Install protoc + run: sudo apt-get install -y protobuf-compiler - name: Cache uses: actions/cache@v4