Skip to content

Commit

Permalink
ci: Use llvm-12 formula instead of llvm-hs one
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 18, 2023
1 parent 717fffc commit 3e28c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-x86_64-apple-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: brew update

- name: Install LLVM 12
run: brew install llvm-12
run: brew install llvm@12
# run: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=TRUE brew install llvm-hs/llvm/llvm-12

- name: Fix libffi
Expand Down

0 comments on commit 3e28c48

Please sign in to comment.