Skip to content

Commit 17e6538

Browse files
authored
revert modification of build dependency (#14606)
1 parent 0af3169 commit 17e6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
run: |
3131
RETRY=("ci/scripts/retry" timeout 120)
3232
"${RETRY[@]}" apt-get update
33-
"${RETRY[@]}" apt-get install -y protobuf-compiler cmake
33+
"${RETRY[@]}" 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)