Skip to content

Commit

Permalink
Add extra-include/lib dirs to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Apr 30, 2024
1 parent f66ffe5 commit ad1cbd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ jobs:
~/.cabal/store
dist-newstyle
key: ${{ matrix.os }}-${{ matrix.ghc }}-4-cabal
- name: Create cabal.project.local
shell: bash
run: |
cat > cabal.project.local <<EOF
extra-include-dirs:
/opt/local/include
/usr/local/opt/openssl/include
extra-lib-dirs:
/opt/local/lib
/usr/local/opt/openssl/lib/
EOF
# Build
- name: Update package database
Expand Down

0 comments on commit ad1cbd8

Please sign in to comment.