forked from GitHub/gf-core
Add LD_LIBRARY_PATH to cabal test step
This commit is contained in:
2
.github/workflows/build-majestic.yml
vendored
2
.github/workflows/build-majestic.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user