Merge pull request #51 from mjun0812/feat/dynamic-matrix

fix: test workflow
This commit is contained in:
Junya Morioka
2025-11-02 01:05:23 +09:00
committed by GitHub
+3 -3
View File
@@ -68,9 +68,9 @@ def main():
# "windows_code_build": WINDOWS_CODEBUILD_MATRIX,
"windows_code_build": False,
"exclude": EXCLUDE,
}
),
indent=2,
},
indent=2,
)
)