Skip to content

Commit

Permalink
Install LLVM on AArch64/Darwin
Browse files Browse the repository at this point in the history
For older GHC releases.
  • Loading branch information
bgamari committed Apr 25, 2024
1 parent 69324a4 commit e8b6619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: autoreconf -i

- name: Set up LLVM (ARM)
if: ${{ runner.arch == 'ARM64' && runner.os == 'macOS' }}
run: brew install llvm@13
env: |
echo 'PATH="/opt/homebrew/opt/llvm@13/bin:$PATH"' >> "$GITHUB_ENV"
- name: Configure the build
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
Expand Down

0 comments on commit e8b6619

Please sign in to comment.