[ubuntu] Install yq (#3646)

This commit is contained in:
Yann Jouanique
2021-07-15 11:21:48 +02:00
committed by GitHub
parent ad358c8eb8
commit 5161c257a2
7 changed files with 31 additions and 1 deletions

View File

@@ -269,4 +269,4 @@ function Get-SwigVersion {
(swig -version | Out-String) -match "version (?<version>\d+\.\d+\.\d+)" | Out-Null
$swigVersion = $Matches.Version
return "Swig $swigVersion"
}
}