From 6e12d7fee9ba06ad0545561b992717d6090ccc4e Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 24 Feb 2023 08:41:43 +0100 Subject: [PATCH] install happy & alex --- .github/workflows/build-majestic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index c79c6019f..b593e854b 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -52,6 +52,10 @@ jobs: with: ghc-version: 8 + - name: Install Haskell build tools + run: | + cabal v1-install alex happy + - name: build and test the runtime working-directory: ./src/runtime/haskell run: |