fix compilation on Mac as well.

This commit is contained in:
Krasimir Angelov
2022-08-17 10:30:37 +02:00
parent 01c46479c6
commit aec123bb7d

View File

@@ -162,6 +162,8 @@ jobs:
- name: Setup Haskell
uses: haskell/actions/setup@v1
with:
ghc-version: 8
- name: Build & run testsuite
working-directory: ./src/runtime/haskell