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 dea3168 commit 2c7d09b
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 @@ -131,6 +131,11 @@ jobs:
- name: Install HsOpenSSL dependencies
run: cabal build HsOpenSSL --enable-tests --only-dependencies -j --ghc-option=-j4

- name: Show paths
run: |
ls C:\\msys2\mingw64
ls /mingw64
- name: Install HsOpenSSL
run: cabal build HsOpenSSL --enable-tests -j --ghc-option=-j4 -v3

Expand Down

0 comments on commit 2c7d09b

Please sign in to comment.