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 182acdc commit d4107f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cabal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
# run: |
# choco install mingw

# - name: Install dependencies on macOS
# if: startsWith(matrix.os, 'macOS')
# run: |
# brew install pkg-config
- name: Install dependencies on macOS
if: startsWith(matrix.os, 'macOS')
run: |
brew install llvm@12
- name: Configure the build
run: |
Expand Down

0 comments on commit d4107f6

Please sign in to comment.