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 05563de commit 807207bCopy full SHA for 807207b
.github/workflows/otel_sdk.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install LLVM with winget (ignore if already installed)
26
shell: pwsh
27
run: |
28
- winget install -e LLVM.LLVM -v 20.1.7 --accept-package-agreements --disable-interactivity --silent
+ winget install -e LLVM.LLVM -v 20.1.8 --accept-package-agreements --disable-interactivity --silent
29
if ($LASTEXITCODE -ne 0) {
30
Write-Host "Winget install failed or not needed (already installed)"
31
exit 0
0 commit comments