1
0
forked from GitHub/gf-core

trying to fix the compilation on github

This commit is contained in:
Krasimir Angelov
2022-08-17 09:44:04 +02:00
parent 62344d1325
commit c8f37680f5

View File

@@ -48,7 +48,11 @@ jobs:
- name: Setup Haskell
uses: haskell/actions/setup@v1
- name: Build & run testsuite
- name: Build
run: |
cabal install gf --extra-lib-dirs=/usr/local/lib
- name: run testsuite
working-directory: ./src/runtime/haskell
run: |
cabal test --extra-lib-dirs=/usr/local/lib