Skip to content

Commit 052143d

Browse files
add latest llvm
1 parent 372a6ba commit 052143d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- name: Install LLVM on macOS
3737
if: runner.os == 'macOS'
38-
run: brew install llvm@12
38+
run: brew install llvm
3939
env:
40-
PATH: /usr/local/opt/llvm@12/bin:$PATH
40+
PATH: /usr/local/opt/llvm/bin:$PATH
4141

4242
- name: Set up Haskell (GHC & Cabal)
4343
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)