Skip to content

Commit 807207b

Browse files
committed
upgrade llvm
1 parent 05563de commit 807207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install LLVM with winget (ignore if already installed)
2626
shell: pwsh
2727
run: |
28-
winget install -e LLVM.LLVM -v 20.1.7 --accept-package-agreements --disable-interactivity --silent
28+
winget install -e LLVM.LLVM -v 20.1.8 --accept-package-agreements --disable-interactivity --silent
2929
if ($LASTEXITCODE -ne 0) {
3030
Write-Host "Winget install failed or not needed (already installed)"
3131
exit 0

0 commit comments

Comments
 (0)