File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 40
40
- name : Setup XCode
41
41
uses : maxim-lobanov/setup-xcode@v1
42
42
with :
43
- xcode-version : latest-stable
43
+ xcode-version : latest
44
44
45
45
- name : Setup Path
46
46
run : |
84
84
with :
85
85
cmake-version : ' 3.23.x'
86
86
87
- - name : Set up Homebrew
88
- uses : Homebrew/actions/setup-homebrew@master
89
-
90
- - name : Setup Clang
91
- run : |
92
- brew install llvm@16
93
-
94
87
- name : Build Javet JNI
95
88
run : |
96
89
cd ${{ env.ROOT }}/Javet/cpp
Original file line number Diff line number Diff line change 40
40
- name : Setup XCode
41
41
uses : maxim-lobanov/setup-xcode@v1
42
42
with :
43
- xcode-version : latest-stable
43
+ xcode-version : latest
44
44
45
45
- name : Setup Path
46
46
run : |
84
84
with :
85
85
cmake-version : ' 3.23.x'
86
86
87
- - name : Set up Homebrew
88
- uses : Homebrew/actions/setup-homebrew@master
89
-
90
- - name : Setup Clang
91
- run : |
92
- brew install llvm@16
93
-
94
87
- name : Build Javet JNI
95
88
run : |
96
89
cd ${{ env.ROOT }}/Javet/cpp
You can’t perform that action at this time.
0 commit comments