We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508ae0b commit 7a69eb6Copy full SHA for 7a69eb6
.github/workflows/otel_sdk.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
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 20.1.3 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
+ - run: winget install -e LLVM.LLVM -v 20.1.4 --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