Skip to content

Commit 04b7a7f

Browse files
committed
remove verbose in choco
1 parent 600fc64 commit 04b7a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: systeminfo
2626
- run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
2727
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
28-
- run: choco list --verbose
28+
- run: choco list
2929
- run: choco uninstall bazel --yes
3030
- run: cmd /c "dir c:\ || echo swallowing errors"
3131
- run: cmd /c "dir d:\ || echo swallowing errors"

0 commit comments

Comments
 (0)