Skip to content

Commit af4bb5b

Browse files
authored
LLVM 19.1.3 -> 19.1.5
1 parent 259f1ff commit af4bb5b

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: Cyberboss/install-winget@1c6f189175e9f015bf1aa113cd1cc6c73efb9d47
2222
- run: winget list --accept-source-agreements --disable-interactivity
2323
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
24-
- run: winget install -e LLVM.LLVM -v 19.1.3 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
24+
- run: winget install -e LLVM.LLVM -v 19.1.5 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
2525
- uses: actions/checkout@v4
2626
- uses: actions/cache/restore@v4
2727
with:

0 commit comments

Comments
 (0)