We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f72cd commit fbb8d85Copy full SHA for fbb8d85
.github/workflows/build-test-release.yml
@@ -171,7 +171,7 @@ jobs:
171
echo ::group::Toolchain
172
# Upgrade llvm. Choco matches installer used during runner creation:
173
# https://github.com/actions/runner-images/blob/20d9e86d3371901a94e38d39be47f4eb61f59d27/images/windows/scripts/build/Install-LLVM.ps1
174
- choco install llvm --version 21.1.0
+ # choco install --no-progress llvm --version 21.1.0
175
# Use latest UCRT llvm (doesn't work)
176
# winget install --silent -e --id=MartinStorsjo.LLVM-MinGW.UCRT
177
# You want the mingw version of ninja, not the msys version. The msys version uses
0 commit comments