Skip to content

Commit

Permalink
fix winget list's silent
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Oct 2, 2024
1 parent bb9632c commit c1b96de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otel_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: systeminfo
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
- uses: Cyberboss/[email protected]
- run: winget list --accept-source-agreements --disable-interactivity --silent
- run: winget list --accept-source-agreements --disable-interactivity
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
- run: winget install -e LLVM.LLVM -v 19.1.0 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
- uses: actions/checkout@v4
Expand Down

0 comments on commit c1b96de

Please sign in to comment.