mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Install llvm version correctly (#5288)
* Install llvm version correctly * Move llvm installation to script for win22
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
$llvmVersion = (Get-ToolsetContent).llvm.version
|
||||
$latestChocoVersion = Get-LatestChocoPackageVersion -TargetVersion $llvmVersion -PackageName "llvm"
|
||||
Choco-Install -PackageName llvm -ArgumentList "--version $latestChocoVersion"
|
||||
Choco-Install -PackageName llvm -ArgumentList '--version', $latestChocoVersion
|
||||
|
||||
Invoke-PesterTests -TestFile "LLVM"
|
||||
|
||||
Reference in New Issue
Block a user