Skip to content

Commit fbb8d85

Browse files
committed
arst
1 parent 37f72cd commit fbb8d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
echo ::group::Toolchain
172172
# Upgrade llvm. Choco matches installer used during runner creation:
173173
# https://github.com/actions/runner-images/blob/20d9e86d3371901a94e38d39be47f4eb61f59d27/images/windows/scripts/build/Install-LLVM.ps1
174-
choco install llvm --version 21.1.0
174+
# choco install --no-progress llvm --version 21.1.0
175175
# Use latest UCRT llvm (doesn't work)
176176
# winget install --silent -e --id=MartinStorsjo.LLVM-MinGW.UCRT
177177
# You want the mingw version of ninja, not the msys version. The msys version uses

0 commit comments

Comments
 (0)