From 489bfe2ed23c0303cd878a4620095fdb7c6db8a9 Mon Sep 17 00:00:00 2001 From: Macpie Date: Tue, 7 May 2024 13:22:59 -0700 Subject: [PATCH] Put back protoc --- .github/workflows/Tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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