Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 6, 2024
1 parent 8eaba15 commit 6375f55
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 @@ -94,6 +94,10 @@ jobs:
pkg-config --list-all
pkg-config --libs openssl
pkg-config --cflags openssl
pkg-config --libs libssl
pkg-config --cflags libssl
pkg-config --libs libcrypto
pkg-config --cflags libcrypto
# 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 6375f55

Please sign in to comment.