forked from GitHub/gf-core
try relative path
This commit is contained in:
@@ -355,7 +355,7 @@ jobs:
|
|||||||
- name: build and test the runtime
|
- name: build and test the runtime
|
||||||
working-directory: ./src/runtime/haskell
|
working-directory: ./src/runtime/haskell
|
||||||
run: |
|
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
|
cabal test
|
||||||
|
|
||||||
- name: build the compiler
|
- name: build the compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user