From bb1e034daa3175372898ffd3b74f18fad64c53a9 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 10:51:26 +0200 Subject: [PATCH] try another way to set folders on macOS --- .github/workflows/build-majestic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 4773321ff..1c00e579a 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -178,6 +178,7 @@ jobs: needs: macos-runtime env: LD_LIBRARY_PATH: /opt/homebrew/lib + CPATH: /opt/homebrew/include:$CPATH steps: - uses: actions/checkout@v7 @@ -197,7 +198,7 @@ jobs: - name: build and test the runtime working-directory: ./src/runtime/haskell 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 - name: build the compiler