mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-08 22:04:10 +07:00
Update workflows as powershell is now default on windows
This commit is contained in:
@ -63,7 +63,7 @@ function run() {
|
||||
}
|
||||
else if (os_version == 'win32') {
|
||||
yield build('win32.ps1', version, os_version);
|
||||
yield exec_1.exec('powershell .\\' + version + 'win32.ps1 -version ' + version);
|
||||
yield exec_1.exec('pwsh .\\' + version + 'win32.ps1 -version ' + version);
|
||||
}
|
||||
else if (os_version == 'linux') {
|
||||
yield build('linux.sh', version, os_version);
|
||||
|
Reference in New Issue
Block a user