We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f6954 commit 82b4ec1Copy full SHA for 82b4ec1
.github/workflows/meson_ci.yml
@@ -73,9 +73,11 @@ jobs:
73
- name: Install Xcode
74
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
75
76
- - name: Install Meson and Ninja
+ - name: Install Meson, Ninja, and Objective-C compilers
77
run: |
78
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
0 commit comments