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 c86f6d9 commit 105d73e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ jobs:
- name: Sanity Check Pkg-Config
shell: bash
run: pkg-config --list-all
run: |
pkg-config --list-all
pkg-config --libs openssl
pkg-config --cflags openssl
# A dry run `build all` operation does *NOT* downlaod anything, it just looks at the package
# indices to generate an install plan.
Expand Down

0 comments on commit 105d73e

Please sign in to comment.