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 d731655 commit dea3168
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,11 @@ jobs:
# Now we install the dependencies. If the cache was found and restored in the previous step,
# this should be a no-op, but if the cache key was not found we need to build stuff so we can
# cache it for the next step.
- name: Install HsOpenSSL
run: cabal build HsOpenSSL --enable-tests --only-dependencies -j --ghc-option=-j4 -v3
- name: Install HsOpenSSL dependencies
run: cabal build HsOpenSSL --enable-tests --only-dependencies -j --ghc-option=-j4

- name: Install HsOpenSSL
run: cabal build HsOpenSSL --enable-tests -j --ghc-option=-j4 -v3

- name: Install dependencies
run: cabal build all --enable-tests --only-dependencies -j --ghc-option=-j4
Expand Down

0 comments on commit dea3168

Please sign in to comment.