mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Fixed Composer "empty" version (#5334)
Although137c29497dfixed the previous issue, they've done something:03b7882ac2Returns "Composer 2.3.3" as expected.
This commit is contained in:
@@ -158,7 +158,7 @@ function Get-CondaVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-ComposerVersion {
|
function Get-ComposerVersion {
|
||||||
composer --version | Take-Part -Part 0,1
|
composer --version | Take-Part -Part 0,2
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-NugetVersion {
|
function Get-NugetVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user