From 9702d13059874cf36300cce49658f062b4a39ff7 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 24 Feb 2023 08:15:40 +0100 Subject: [PATCH] try building the compiler --- .github/workflows/build-majestic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index aa34e7165..d6d589e75 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -55,13 +55,13 @@ jobs: - name: build and test the runtime working-directory: ./src/runtime/haskell run: | - cabal install --extra-lib-dirs=/usr/local/lib - cabal test --extra-lib-dirs=/usr/local/lib + cabal v1-install --extra-lib-dirs=/usr/local/lib + cabal v1-test --extra-lib-dirs=/usr/local/lib - name: build the compiler working-directory: ./src/compiler run: | - cabal install + cabal v1-install - name: Upload artifact uses: actions/upload-artifact@master