mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 23:06:01 -06:00
try fliping to backslash
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=${{ 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
|
||||
|
||||
- name: build the compiler
|
||||
|
||||
Reference in New Issue
Block a user