Skip to content

Commit

Permalink
🐞 fix: Add homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 14, 2024
1 parent f487460 commit 4a4738e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/macos_arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Clang
run: |
sudo port install clang-16
brew install llvm@16
- name: Build Javet JNI
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/macos_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Clang
run: |
sudo port install clang-16
brew install llvm@16
- name: Build Javet JNI
run: |
Expand Down

0 comments on commit 4a4738e

Please sign in to comment.