diff --git a/.github/actions/xahau-ga-dependencies/action.yml b/.github/actions/xahau-ga-dependencies/action.yml index 8da022fe5..d9f0bcbf7 100644 --- a/.github/actions/xahau-ga-dependencies/action.yml +++ b/.github/actions/xahau-ga-dependencies/action.yml @@ -116,6 +116,14 @@ runs: [conf] tools.build:compiler_executables={"c": "/usr/bin/${{ inputs.cc }}", "cpp": "/usr/bin/${{ inputs.cxx }}"} EOF + + # gRPC 1.50.1 trips clang-19+ -Werror=missing-template-arg-list-after-template-kw. + # Same workaround as the macOS branch below, but only for clang where the flag exists. + if [ "${{ inputs.compiler }}" = "clang" ]; then + cat >> ~/.conan2/profiles/default <