mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-17 02:54:40 +07:00
Refactor coverage and extension code
This commit is contained in:
@ -65,9 +65,7 @@ export async function run(): Promise<void> {
|
||||
}
|
||||
case 'win32':
|
||||
script_path = await build('win32.ps1', version, os_version);
|
||||
await exec(
|
||||
'pwsh ' + script_path + ' -version ' + version + ' -dir ' + __dirname
|
||||
);
|
||||
await exec('pwsh ' + script_path + ' ' + version + ' ' + __dirname);
|
||||
break;
|
||||
}
|
||||
await matchers.addMatchers();
|
||||
|
Reference in New Issue
Block a user