From c8f37680f5a08640036a22c7d5c2e3067a55e478 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 17 Aug 2022 09:44:04 +0200 Subject: [PATCH] trying to fix the compilation on github --- .github/workflows/build-majestic.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 04acc42b5..59cf0bd07 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -48,7 +48,11 @@ jobs: - name: Setup Haskell uses: haskell/actions/setup@v1 - - name: Build & run testsuite + - name: Build + run: | + cabal install gf --extra-lib-dirs=/usr/local/lib + + - name: run testsuite working-directory: ./src/runtime/haskell run: | cabal test --extra-lib-dirs=/usr/local/lib