mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
add cargo dep
This commit is contained in:
@@ -37,6 +37,21 @@ function Get-RustVersion {
|
||||
return "Rust ${rustVersion}"
|
||||
}
|
||||
|
||||
function Get-BindgenVersion {
|
||||
return & bindgen --version
|
||||
}
|
||||
|
||||
function Get-CbindgenVersion {
|
||||
return & cbindgen --version
|
||||
}
|
||||
|
||||
function Get-CargoauditVersion {
|
||||
return & cargo audit --version
|
||||
}
|
||||
|
||||
function Get-CargooutdatedVersion {
|
||||
return & cargo outdated --version
|
||||
}
|
||||
function Get-PythonVersion {
|
||||
return & python --version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user