We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379b846 commit 21cad17Copy full SHA for 21cad17
.github/workflows/haskell.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install dos2unix (MacOS)
29
if: matrix.os == 'macos-latest'
30
- run: brew install dos2unix llvm@13
+ run: brew install dos2unix llvm
31
32
- name: Select build directory
33
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV
0 commit comments