Skip to content

Commit

Permalink
Install postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 8, 2024
1 parent 09a188d commit f35bcdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Postgres
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: postgresql
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit f35bcdb

Please sign in to comment.