We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438b582 commit 0ed0e0aCopy full SHA for 0ed0e0a
.github/actions/setup-builder/action.yaml
@@ -29,8 +29,8 @@ runs:
29
shell: bash
30
run: |
31
RETRY=("ci/scripts/retry" timeout 120)
32
- "${RETRY[@]}" apt-get update
33
- "${RETRY[@]}" apt-get install -y protobuf-compiler
+ "${RETRY[@]}" sudo apt-get update
+ "${RETRY[@]}" sudo apt-get install -y protobuf-compiler
34
- name: Setup Rust toolchain
35
36
# rustfmt is needed for the substrait build script
0 commit comments