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 ba97c8d commit b2d22f1Copy full SHA for b2d22f1
.github/workflows/otel_sdk.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: Cyberboss/[email protected]
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.0 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
+ - run: winget install -e LLVM.LLVM -v 19.1.2 --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