Address a PR comment

This commit is contained in:
JCW
2026-06-11 14:39:11 +01:00
parent 5d5124010c
commit af5417d772

View File

@@ -281,7 +281,8 @@ def expand_platform_matrix(
if pf.toolsets:
toolsets = [t for t in pf.toolsets if not t.exclude]
else:
if not toolsets:
toolsets = [Toolset(name="", generator="", compiler_version="")]
entries: list[MatrixEntry] = []