Skip to content

Commit

Permalink
Stack CI: pass flag use-pkg-config to HsOpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 2, 2024
1 parent af89487 commit 9a1d5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ jobs:
- name: Install dependencies
# if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: |
stack build ${{ env.ARGS }} --test --only-dependencies
stack build ${{ env.ARGS }} --flag HsOpenSSL:use-pkg-config --test --only-dependencies
- name: Build hackage-cli
run: |
stack build ${{ env.ARGS }}
stack build ${{ env.ARGS }} --flag HsOpenSSL:use-pkg-config
- name: Test hackage-cli
run: |
stack test ${{ env.ARGS }}
stack test ${{ env.ARGS }} --flag HsOpenSSL:use-pkg-config
- name: Cache dependencies (save)
uses: actions/cache/save@v4
Expand Down

0 comments on commit 9a1d5ee

Please sign in to comment.