We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8329382 commit 9a55cbaCopy full SHA for 9a55cba
1 file changed
.github/workflows/otel_sdk.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install LLVM with winget (ignore if already installed)
101
shell: pwsh
102
run: |
103
- winget install -e LLVM.LLVM -v 22.1.1 --accept-package-agreements --disable-interactivity --silent
+ winget install -e LLVM.LLVM -v 22.1.3 --accept-package-agreements --disable-interactivity --silent
104
if ($LASTEXITCODE -ne 0) {
105
Write-Host "Winget install failed or not needed (already installed)"
106
exit 0
0 commit comments