Skip to content

Commit 76c991f

Browse files
THIS TIME
1 parent 82b4ec1 commit 76c991f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/meson_ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)