mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user