gha: Add testing for windows-2019
This commit is contained in:
parent
724bfcf9f3
commit
302385e671
3 changed files with 7 additions and 5 deletions
|
|
@ -4,7 +4,8 @@ function getOS(platform) {
|
|||
} else if (platform === "darwin") {
|
||||
return "macOS";
|
||||
} else if (platform === "win32") {
|
||||
throw new Error("Windows is not supported");
|
||||
return "Windows";
|
||||
// throw new Error("Windows is not supported");
|
||||
} else {
|
||||
throw new Error(`${platform} is not supported`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue