From f8c471adb477b7575a8624603430aa637d2e9b67 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 13:27:24 +0200 Subject: [PATCH] trying to debug the folder structure --- .github/workflows/build-majestic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 7de908cad..79f1902fc 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -355,6 +355,8 @@ jobs: - name: build and test the runtime working-directory: ./src/runtime/haskell run: | + dir ${{ github.workspace }}\lib + dir ${{ github.workspace }}\include cabal v1-install --extra-lib-dirs=${{ github.workspace }}\lib --extra-include-dirs=${{ github.workspace }}\include cabal test