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 21e2f3c commit 872d2f4Copy full SHA for 872d2f4
.github/workflows/otel_sdk.yml
@@ -18,8 +18,9 @@ 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 install bazelisk -r bazel
22
- - run: winget install -e LLVM.LLVM -v 19.1.0 || echo swalloing errors
+ - run: winget list --accept-source-agreements --disable-interactivity
+ - run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity
23
+ - run: winget install -e LLVM.LLVM -v 19.1.0 --accept-package-agreements --disable-interactivity || echo swalloing errors
24
- uses: actions/checkout@v4
25
- uses: actions/cache/restore@v4
26
with:
0 commit comments