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