Skip to content

Commit 0ed0e0a

Browse files
committed
sprinkle sudo
1 parent 438b582 commit 0ed0e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-builder/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ runs:
2929
shell: bash
3030
run: |
3131
RETRY=("ci/scripts/retry" timeout 120)
32-
"${RETRY[@]}" apt-get update
33-
"${RETRY[@]}" apt-get install -y protobuf-compiler
32+
"${RETRY[@]}" sudo apt-get update
33+
"${RETRY[@]}" sudo apt-get install -y protobuf-compiler
3434
- name: Setup Rust toolchain
3535
shell: bash
3636
# rustfmt is needed for the substrait build script

0 commit comments

Comments
 (0)