Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit f7c3ad7

Browse files
committed
install llvm version 16.0.6
1 parent 8a23862 commit f7c3ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ jobs:
609609
Set-ExecutionPolicy Bypass -Scope Process -Force
610610
$ProgressPreference = 'SilentlyContinue'
611611
Invoke-Expression (Invoke-RestMethod 'https://chocolatey.org/install.ps1')
612-
choco install llvm
612+
choco install llvm --version 16.0.6
613613
choco install make
614614
$env:Path += ";C:\Program Files\LLVM\bin;C:\ProgramData\chocolatey\bin"
615615

0 commit comments

Comments
 (0)