mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-16 07:16:02 -06:00
try fliping to backslash
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=${{ github.workspace }}/lib --extra-include-dirs=${{ github.workspace }}/include
|
cabal v1-install --extra-lib-dirs=${{ github.workspace }}\lib --extra-include-dirs=${{ github.workspace }}\include
|
||||||
cabal test
|
cabal test
|
||||||
|
|
||||||
- name: build the compiler
|
- name: build the compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user