From a479b5e6d65a4d5a9ac47b3efd7157dc523c194b Mon Sep 17 00:00:00 2001 From: Dawei Hu Date: Tue, 11 Feb 2025 20:22:32 +0800 Subject: [PATCH] revert modification of build dependency --- .github/actions/setup-builder/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-builder/action.yaml b/.github/actions/setup-builder/action.yaml index 5c7ecd3e1edb8..22d2f2187dd07 100644 --- a/.github/actions/setup-builder/action.yaml +++ b/.github/actions/setup-builder/action.yaml @@ -30,7 +30,7 @@ runs: run: | RETRY=("ci/scripts/retry" timeout 120) "${RETRY[@]}" apt-get update - "${RETRY[@]}" apt-get install -y protobuf-compiler cmake + "${RETRY[@]}" apt-get install -y protobuf-compiler - name: Setup Rust toolchain shell: bash # rustfmt is needed for the substrait build script