Skip to content

Commit 82b4ec1

Browse files
ensure objc is here
1 parent 74f6954 commit 82b4ec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ jobs:
7373
- name: Install Xcode
7474
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
7575

76-
- name: Install Meson and Ninja
76+
- name: Install Meson, Ninja, and Objective-C compilers
7777
run: |
7878
python -m pip install meson ninja
79+
brew install llvm
80+
brew install libobjc2
7981
8082
- name: Set Objective-C and Objective-C++ compilers
8183
run: |

0 commit comments

Comments
 (0)