Skip to content

Commit

Permalink
ci: Install libpq-dev for ubuntu-arm cabal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 17, 2025
1 parent 892fd90 commit 28ce22a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
name: Cabal - Linux GHC ${{ matrix.ghc }}
runs-on: ubuntu-24.04-arm
steps:
- run: |
sudo apt-get update
sudo apt-get install libpq-dev
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/setup@f5975f0810e252c045abd64a590c955a63f848db # v2.7.8
with:
Expand Down

0 comments on commit 28ce22a

Please sign in to comment.