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 259f1ff commit af4bb5bCopy full SHA for af4bb5b
.github/workflows/otel_sdk.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: Cyberboss/install-winget@1c6f189175e9f015bf1aa113cd1cc6c73efb9d47
22
- run: winget list --accept-source-agreements --disable-interactivity
23
- 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
+ - run: winget install -e LLVM.LLVM -v 19.1.5 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
25
- uses: actions/checkout@v4
26
- uses: actions/cache/restore@v4
27
with:
0 commit comments