Skip to content

Commit

Permalink
ci: use LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Sep 14, 2023
1 parent d3b1a8b commit 1780a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test Haskell SDK
run: |
cabal test
LD_LIBRARY_PATH=/usr/local/lib cabal test
- name: 'Run HLint'
uses: haskell/actions/hlint-run@v2
Expand Down

0 comments on commit 1780a6e

Please sign in to comment.