We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442ffb2 commit 0a973a1Copy full SHA for 0a973a1
1 file changed
.github/workflows/build-image.yml
@@ -32,11 +32,8 @@ jobs:
32
with:
33
cache-key: ${{env.MY_RUNNER}}
34
35
- - name: Install Protoc
36
- uses: arduino/setup-protoc@v3
37
- with:
38
- version: '34.x'
39
- repo-token: ${{ secrets.GITHUB_TOKEN }} # Avoids GitHub API rate limiting
+ - name: Install protobuf-compiler (system package)
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
40
41
# Build with the prover feature
42
- name: Build the application
0 commit comments