Skip to content

Commit

Permalink
workflow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Dec 16, 2024
1 parent 4c64d2e commit 376fd5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Install Libraries
run: |
apt-get -y install libpq-dev
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
apt-get update
apt-get install libpq5=14.12
apt-get install libpq-dev
- name: Install dependencies
run: |
cabal update
Expand Down

0 comments on commit 376fd5b

Please sign in to comment.