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 74458cd commit 8abe5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 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"
Expand Down

0 comments on commit 8abe5c3

Please sign in to comment.