try another way to set folders on macOS

This commit is contained in:
Krasimir Angelov
2026-09-09 10:51:26 +02:00
parent 89bd7af8bd
commit bb1e034daa
+2 -1
View File
@@ -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