Skip to content

Commit

Permalink
CI: For MacOS install llvm@13
Browse files Browse the repository at this point in the history
Also use "latest" cabal.
  • Loading branch information
erikd committed Oct 15, 2024
1 parent 20c7154 commit 2607d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -36,7 +36,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.10.1.0
cabal-version: latest

- name: Cabal update
run: cabal update
Expand Down

0 comments on commit 2607d9f

Please sign in to comment.