Skip to content

Commit 9a55cba

Browse files
committed
upgrade llvm
1 parent 8329382 commit 9a55cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install LLVM with winget (ignore if already installed)
101101
shell: pwsh
102102
run: |
103-
winget install -e LLVM.LLVM -v 22.1.1 --accept-package-agreements --disable-interactivity --silent
103+
winget install -e LLVM.LLVM -v 22.1.3 --accept-package-agreements --disable-interactivity --silent
104104
if ($LASTEXITCODE -ne 0) {
105105
Write-Host "Winget install failed or not needed (already installed)"
106106
exit 0

0 commit comments

Comments
 (0)