Skip to content

Commit f509bf0

Browse files
test
1 parent 91ea6fe commit f509bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/windows/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if ($Process.ExitCode -eq 0) {
88
Write-Host 'SUCCESS'
99
} else {
1010
Write-Host ('FAILED ({0})' -f $Process.ExitCode)
11-
exit 1
11+
exit 2
1212
}

0 commit comments

Comments
 (0)