We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3169 commit 17e6538Copy full SHA for 17e6538
.github/actions/setup-builder/action.yaml
@@ -30,7 +30,7 @@ runs:
30
run: |
31
RETRY=("ci/scripts/retry" timeout 120)
32
"${RETRY[@]}" apt-get update
33
- "${RETRY[@]}" apt-get install -y protobuf-compiler cmake
+ "${RETRY[@]}" apt-get install -y protobuf-compiler
34
- name: Setup Rust toolchain
35
shell: bash
36
# rustfmt is needed for the substrait build script
0 commit comments