mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
remove & and add extra line
This commit is contained in:
@@ -38,20 +38,21 @@ function Get-RustVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-BindgenVersion {
|
function Get-BindgenVersion {
|
||||||
return & bindgen --version
|
return bindgen --version
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-CbindgenVersion {
|
function Get-CbindgenVersion {
|
||||||
return & cbindgen --version
|
return cbindgen --version
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-CargoauditVersion {
|
function Get-CargoauditVersion {
|
||||||
return & cargo audit --version
|
return cargo audit --version
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-CargooutdatedVersion {
|
function Get-CargooutdatedVersion {
|
||||||
return & cargo outdated --version
|
return cargo outdated --version
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-PythonVersion {
|
function Get-PythonVersion {
|
||||||
return & python --version
|
return & python --version
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user