Skip to content

Commit 872d2f4

Browse files
committed
winget: agree to source/package agreements
1 parent 21e2f3c commit 872d2f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- run: systeminfo
1919
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
2020
- 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
21+
- run: winget list --accept-source-agreements --disable-interactivity
22+
- 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
2324
- uses: actions/checkout@v4
2425
- uses: actions/cache/restore@v4
2526
with:

0 commit comments

Comments
 (0)