Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed May 1, 2024
1 parent 7e43f13 commit 26e105b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- name: Install llvm@12 (macOS, ghc-8.10.7)
if: ${{ startsWith(matrix.os, 'macOS') && matrix.ghc=='8.10.7' }}
run: brew install llvm@12
run: |
OPT=/opt/homebrew/opt/llvm@12/bin/opt LLC=/opt/homebrew/opt/llvm@12/bin/llc ghcup install ghc 8.10.7 --force
- name: Configure the build
run: |
Expand Down

0 comments on commit 26e105b

Please sign in to comment.