We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f487460 commit 4a4738eCopy full SHA for 4a4738e
.github/workflows/macos_arm64_build.yml
@@ -84,9 +84,12 @@ jobs:
84
with:
85
cmake-version: '3.23.x'
86
87
+ - name: Set up Homebrew
88
+ uses: Homebrew/actions/setup-homebrew@master
89
+
90
- name: Setup Clang
91
run: |
- sudo port install clang-16
92
+ brew install llvm@16
93
94
- name: Build Javet JNI
95
.github/workflows/macos_x86_64_build.yml
0 commit comments