diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d84ba244f161f..90ddbe33109b29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,6 +138,12 @@ jobs: run: | brew install postgresql + - name: Install postgres (Ubuntu arm64) + if: ${{ matrix.os == 'ubuntu-arm64' && env.s3_archive_exist == '' }} + shell: bash + run: | + sudo apt install libpq-dev + - name: Remove unused apps (MacOS arm64) if: ${{ matrix.os == 'macos-latest-xlarge' && env.s3_archive_exist == '' }} continue-on-error: true