Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 29, 2024
1 parent 51d4672 commit c86f6d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
echo "# cabal.project.local"
cat cabal.project.local
- name: Sanity Check Pkg-Config
shell: bash
run: pkg-config --list-all

# A dry run `build all` operation does *NOT* downlaod anything, it just looks at the package
# indices to generate an install plan.
- name: Build dry run
Expand Down

0 comments on commit c86f6d9

Please sign in to comment.