File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -73,20 +73,13 @@ jobs:
7373 - name : Install Xcode
7474 run : sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
7575
76- - name : Install Meson, Ninja, and Objective-C compilers
76+ - name : Install Meson, Ninja
7777 run : |
7878 python -m pip install meson ninja
79- brew install llvm
80- brew install libobjc2
81-
82- - name : Set Objective-C and Objective-C++ compilers
83- run : |
84- echo "OBJC=clang" >> $GITHUB_ENV
85- echo "OBJCXX=clang++" >> $GITHUB_ENV
8679
8780 - name : Configure
88- run : meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
89-
81+ run : OBJC=clang OBJCXX=clang++ meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
82+
9083 - name : Compile
9184 run : meson compile -C builddir
9285
You can’t perform that action at this time.
0 commit comments