ci: dedupe conan_deps_cxxflags in macOS workflow row

prior turn-of-events created two identical conan_deps_cxxflags entries
in the same matrix row from overlapping restore commits. keep one.
This commit is contained in:
Nicholas Dudfield
2026-05-05 09:41:18 +07:00
parent 83a6d14f7a
commit 6b3fb5ea14

View File

@@ -110,9 +110,6 @@ jobs:
# grpc 1.50.1 trips clang-19+ -Werror=missing-template-arg-list-after-template-kw
# on Apple Clang. Drop when grpc is bumped past the fix.
conan_deps_cxxflags: '["-Wno-missing-template-arg-list-after-template-kw"]'
# grpc 1.50.1 trips this on newer Apple Clang (clang-19+ frontend).
# Drop when grpc is bumped past the fix.
conan_deps_cxxflags: '["-Wno-missing-template-arg-list-after-template-kw"]'
- name: Build
uses: ./.github/actions/xahau-ga-build