diff --git a/.github/workflows/release-prepare-rc.yml b/.github/workflows/release-prepare-rc.yml index 37f90126ce..a0c81036a2 100644 --- a/.github/workflows/release-prepare-rc.yml +++ b/.github/workflows/release-prepare-rc.yml @@ -76,6 +76,10 @@ jobs: - name: Install Subversion run: sudo apt-get update -q && sudo apt-get install -q -y subversion + - name: Install Thrift + # parquet-format-structures needs the thrift compiler. + run: bash dev/ci-before_install.sh + - name: Prepare Release Candidate env: DRY_RUN: ${{ inputs.dry_run && '1' || '0' }}