Skip to content

Commit 77fbd4d

Browse files
authored
Update LLVM version from 21.1.3 to 21.1.4
1 parent 1f5e7b2 commit 77fbd4d

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
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install LLVM with winget (ignore if already installed)
102102
shell: pwsh
103103
run: |
104-
winget install -e LLVM.LLVM -v 21.1.3 --accept-package-agreements --disable-interactivity --silent
104+
winget install -e LLVM.LLVM -v 21.1.4 --accept-package-agreements --disable-interactivity --silent
105105
if ($LASTEXITCODE -ne 0) {
106106
Write-Host "Winget install failed or not needed (already installed)"
107107
exit 0

0 commit comments

Comments
 (0)