mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 23:06:01 -06:00
try another way to set folders on macOS
This commit is contained in:
@@ -178,6 +178,7 @@ jobs:
|
|||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
env:
|
env:
|
||||||
LD_LIBRARY_PATH: /opt/homebrew/lib
|
LD_LIBRARY_PATH: /opt/homebrew/lib
|
||||||
|
CPATH: /opt/homebrew/include:$CPATH
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
@@ -197,7 +198,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=/opt/homebrew/lib --extra-include-dirs=/opt/homebrew/include
|
cabal v1-install
|
||||||
cabal test --extra-lib-dirs=/opt/homebrew/lib
|
cabal test --extra-lib-dirs=/opt/homebrew/lib
|
||||||
|
|
||||||
- name: build the compiler
|
- name: build the compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user