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 1f5e7b2 commit 77fbd4dCopy full SHA for 77fbd4d
.github/workflows/otel_sdk.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Install LLVM with winget (ignore if already installed)
102
shell: pwsh
103
run: |
104
- winget install -e LLVM.LLVM -v 21.1.3 --accept-package-agreements --disable-interactivity --silent
+ winget install -e LLVM.LLVM -v 21.1.4 --accept-package-agreements --disable-interactivity --silent
105
if ($LASTEXITCODE -ne 0) {
106
Write-Host "Winget install failed or not needed (already installed)"
107
exit 0
0 commit comments