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 dc1f8a4 commit bfdcdddCopy full SHA for bfdcddd
.github/workflows/otel_sdk.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: Cyberboss/install-winget@1c6f189175e9f015bf1aa113cd1cc6c73efb9d47
21
- run: winget list --accept-source-agreements --disable-interactivity
22
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
23
- - run: winget install -e LLVM.LLVM -v 19.1.2 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
+ - run: winget install -e LLVM.LLVM -v 19.1.3 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
24
- uses: actions/checkout@v4
25
- uses: actions/cache/restore@v4
26
with:
0 commit comments