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 bb9632c commit c1b96deCopy full SHA for c1b96de
.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
- uses: Cyberboss/[email protected]
21
- - run: winget list --accept-source-agreements --disable-interactivity --silent
+ - 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
24
- uses: actions/checkout@v4
0 commit comments