ci: fix powershell encoding error

This commit is contained in:
ospab 2026-07-09 02:45:00 +03:00
parent d609a3e883
commit edb2d8e229
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if ($ResolvedBranch -ne "nightly") {
if ($LASTEXITCODE -ne 0) { if ($LASTEXITCODE -ne 0) {
$msg = "'$ResolvedBranch' has diverged from nightly and can't fast-forward. " + $msg = "'$ResolvedBranch' has diverged from nightly and can't fast-forward. " +
"Per CONTRIBUTING.md, nothing should ever be committed directly to " + "Per CONTRIBUTING.md, nothing should ever be committed directly to " +
"$ResolvedBranch - check what's there before forcing anything." "$ResolvedBranch check what's there before forcing anything."
Fail $msg Fail $msg
} }
} }