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 d27f4cd commit 418bc9bCopy full SHA for 418bc9b
.github/workflows/otel_sdk.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: systeminfo
19
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
20
- run: choco uninstall bazel --yes
21
- - uses: Cyberboss/install-winget@1c6f189175e9f015bf1aa113cd1cc6c73efb9d47
+ - uses: Cyberboss/install-winget@d1b590c5dd8bf4f814102464129f281a64566065
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.1 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
0 commit comments