Add LD_LIBRARY_PATH to cabal test step

This commit is contained in:
John J. Camilleri
2021-08-13 10:04:21 +02:00
parent 1749908f6c
commit f35dff7c66

View File

@@ -38,5 +38,7 @@ jobs:
- name: Run testsuite
working-directory: ./src/runtime/haskell
env:
LD_LIBRARY_PATH: /usr/local/lib
run: |
cabal test --extra-lib-dirs=/usr/local/lib