From 937d072dc46a8085155d96a793a6e756d45545d8 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 11:12:49 +0200 Subject: [PATCH] install alex & happy on macOS --- .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 f4afc8cda..91f692a2c 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -195,6 +195,10 @@ jobs: with: ghc-version: 9 + - name: Install Haskell build tools + run: | + cabal v1-install alex happy + - name: build and test the runtime working-directory: ./src/runtime/haskell run: |