Skip to content

Commit

Permalink
haskell workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Dec 16, 2024
1 parent 654a0e3 commit 4c64d2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
# ${{ runner.os }}-build-
# ${{ runner.os }}-

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

0 comments on commit 4c64d2e

Please sign in to comment.