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'