We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a73f0 commit 7c462c9Copy full SHA for 7c462c9
.github/workflows/macos_arm64_build.yml
@@ -84,6 +84,11 @@ jobs:
84
with:
85
cmake-version: '3.23.x'
86
87
+ - name: Setup Clang
88
+ run: |
89
+ sudo rm -rf /Library/Developer/CommandLineTools
90
+ xcode-select --install
91
+
92
- name: Build Javet JNI
93
run: |
94
cd ${{ env.ROOT }}/Javet/cpp
.github/workflows/macos_x86_64_build.yml
0 commit comments