Skip to content

Commit

Permalink
ci: Add brew update for darwn x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 18, 2023
1 parent e6b4f9c commit 73dc7b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-x86_64-apple-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ jobs:
- name: Install rollup
run: npm i -g rollup @rollup/plugin-node-resolve

- name: Install LLVM 9
run: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=TRUE brew install llvm-hs/llvm/llvm-12
- name: Brew update
run: brew update

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

- name: Fix libffi
run: ln -s /usr/local/opt/libffi/lib/libffi.dylib /usr/local/opt/libffi/lib/libffi.7.dylib
Expand Down

0 comments on commit 73dc7b1

Please sign in to comment.