try comment out clang_gcc_toolchain

This commit is contained in:
tequ
2025-11-27 10:30:11 +09:00
parent 02112928ec
commit f5857b4e4f

View File

@@ -57,7 +57,7 @@ jobs:
"cxx": "clang++-14",
"compiler_version": 14,
"stdlib": "libstdcxx",
"clang_gcc_toolchain": 11,
# "clang_gcc_toolchain": 11,
"configuration": "Debug"
},
{
@@ -67,7 +67,7 @@ jobs:
"cxx": "clang++-16",
"compiler_version": 16,
"stdlib": "libstdcxx",
"clang_gcc_toolchain": 13,
# "clang_gcc_toolchain": 13,
"configuration": "Debug"
},
{