Skip to content

Commit 5c9a43c

Browse files
committed
Add choco list to see what we can uninstall
1 parent 9b1dff5 commit 5c9a43c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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 --local-only --verbose
2829
- run: choco uninstall bazel --yes
2930
- run: cmd /c "dir c:\ || echo swallowing errors"
3031
- run: cmd /c "dir d:\ || echo swallowing errors"

0 commit comments

Comments
 (0)