mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
add cargo dep
This commit is contained in:
@@ -17,3 +17,13 @@ else
|
||||
Write-Host "rustc is not on the path"
|
||||
exit 1
|
||||
}
|
||||
|
||||
if (-Not (Get-Command -Name 'cargo audit')){
|
||||
Write-Host "cargo audit is not on the path"
|
||||
exit 1
|
||||
}
|
||||
|
||||
if (-Not (Get-Command -Name 'cargo outdated')){
|
||||
Write-Host "cargo outdated is not on the path"
|
||||
exit 1
|
||||
}
|
||||
Reference in New Issue
Block a user