mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
fix validate tests
This commit is contained in:
@@ -18,12 +18,12 @@ else
|
||||
exit 1
|
||||
}
|
||||
|
||||
if (-Not (Get-Command -Name 'cargo audit')){
|
||||
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')){
|
||||
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