From aacc514595186a29086fbff9d1339a4e59793e07 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 9 Dec 2024 11:54:41 +0000 Subject: [PATCH] Alternate protoc approach --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cee6bc..c960128 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,10 +26,8 @@ jobs: target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] steps: - uses: actions/checkout@v3 - - name: Install protobuf-compiler - run: | - sudo apt-get update - sudo apt-get install -y protobuf-compiler + - name: Install Protoc + uses: arduino/setup-protoc@v3 - uses: actions/setup-python@v4 with: python-version: '3.10'