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 a65e2a9 commit 0938729Copy full SHA for 0938729
.github/workflows/otel_sdk.yml
@@ -22,7 +22,7 @@ jobs:
22
# - uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
23
- run: winget list --accept-source-agreements --disable-interactivity
24
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
25
- - run: winget install -e LLVM.LLVM -v 20.1.5 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
+ - run: winget install -e LLVM.LLVM -v 20.1.6 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
26
- uses: actions/checkout@v4
27
- uses: actions/cache/restore@v4
28
with:
0 commit comments