Fix CI
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2026-01-22 18:40:21 +01:00
parent d01d306ae0
commit 4fb74adc63

View File

@@ -133,6 +133,7 @@ class CiRunner(private val config: CiConfig) {
val exitCode = process.waitFor()
if (exitCode != 0) {
log("Running in $workingDir")
throw RuntimeException("$errorMessage (exit code: $exitCode)")
}
}