forked from GitHub/gf-core
try relative path
This commit is contained in:
@@ -355,7 +355,7 @@ jobs:
|
||||
- name: build and test the runtime
|
||||
working-directory: ./src/runtime/haskell
|
||||
run: |
|
||||
cabal v1-install --extra-lib-dirs=lib --extra-include-dirs=include
|
||||
cabal v1-install --extra-lib-dirs=../../../lib --extra-include-dirs=../../../include
|
||||
cabal test
|
||||
|
||||
- name: build the compiler
|
||||
|
||||
Reference in New Issue
Block a user