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 8abe5c3 commit a9181e4
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 @@ -51,6 +51,9 @@ jobs:
export PATH="/opt/homebrew/opt/llvm@12/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include"
echo 'export PATH="/opt/homebrew/opt/llvm@12/bin:$PATH"' >> /Users/runner/.bash_profile
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib"' >> /Users/runner/.bash_profile
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include"' >> /Users/runner/.bash_profile
- name: Configure the build
run: |
Expand Down

0 comments on commit a9181e4

Please sign in to comment.