Skip to content

Commit

Permalink
install postgres on ubuntu-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Sep 13, 2024
1 parent afabc65 commit 5a98001
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a98001

Please sign in to comment.