Skip to content

Commit

Permalink
CI: For MacOS install llvm@13
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Oct 15, 2024
1 parent bbc4bee commit 2982873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dos2unix (MacOS)
if: matrix.os == 'macos-latest'
run: brew install dos2unix
run: brew install dos2unix llvm@13

- name: Select build directory
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV
Expand Down

0 comments on commit 2982873

Please sign in to comment.