Skip to content

Commit 7c462c9

Browse files
committed
🐞 fix: Upgrade clang for macos workflows
1 parent 01a73f0 commit 7c462c9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/macos_arm64_build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
with:
8585
cmake-version: '3.23.x'
8686

87+
- name: Setup Clang
88+
run: |
89+
sudo rm -rf /Library/Developer/CommandLineTools
90+
xcode-select --install
91+
8792
- name: Build Javet JNI
8893
run: |
8994
cd ${{ env.ROOT }}/Javet/cpp

.github/workflows/macos_x86_64_build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
with:
8585
cmake-version: '3.23.x'
8686

87+
- name: Setup Clang
88+
run: |
89+
sudo rm -rf /Library/Developer/CommandLineTools
90+
xcode-select --install
91+
8792
- name: Build Javet JNI
8893
run: |
8994
cd ${{ env.ROOT }}/Javet/cpp

0 commit comments

Comments
 (0)