Skip to content

Commit

Permalink
fix: macos llvm dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed May 16, 2024
1 parent d4107f6 commit 74458cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cabal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
if: startsWith(matrix.os, 'macOS')
run: |
brew install llvm@12
echo 'export PATH="/opt/homebrew/opt/llvm@12/bin:$PATH"' >> /Users/runner/.bash_profile
export LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include"
- name: Configure the build
run: |
Expand Down

0 comments on commit 74458cd

Please sign in to comment.