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 216e772 commit 74f6954Copy full SHA for 74f6954
.github/workflows/meson_ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: meson test -C builddir_msvc_${{ matrix.msvc_version }} -v --test-args='show --mode tree --verbose ci --result fail'
51
52
build_macosx:
53
- name: Building on macOS with Xcode ${{ matrix.xcode_version }}
+ name: Building on MacOSX
54
runs-on: macos-latest
55
steps:
56
- name: Checkout code
@@ -77,6 +77,11 @@ jobs:
77
run: |
78
python -m pip install meson ninja
79
80
+ - name: Set Objective-C and Objective-C++ compilers
81
+ run: |
82
+ echo "OBJC=clang" >> $GITHUB_ENV
83
+ echo "OBJCXX=clang++" >> $GITHUB_ENV
84
+
85
- name: Configure
86
run: meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
87
0 commit comments