Skip to content

Commit

Permalink
🐞 fix: Upgrade clang for macos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 14, 2024
1 parent 01a73f0 commit 7c462c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos_arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Setup Clang
run: |
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
- name: Build Javet JNI
run: |
cd ${{ env.ROOT }}/Javet/cpp
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/macos_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Setup Clang
run: |
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
- name: Build Javet JNI
run: |
cd ${{ env.ROOT }}/Javet/cpp
Expand Down

0 comments on commit 7c462c9

Please sign in to comment.