From 02e86112e3876fad6c20476103f8e70bbf29f2e7 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 12:31:39 +0200 Subject: [PATCH] try relative path --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 2b2f2683d..3f2d575df 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -355,7 +355,7 @@ jobs: - name: build and test the runtime working-directory: ./src/runtime/haskell run: | - cabal v1-install --extra-lib-dirs=lib --extra-include-dirs=include + cabal v1-install --extra-lib-dirs=../../../lib --extra-include-dirs=../../../include cabal test - name: build the compiler