Skip to content

Commit 94738f3

Browse files
committed
don't uninstall bazel again
1 parent ff0a5bd commit 94738f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ 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: cmd /c "dir c:\ || echo swallowing errors"
29+
- run: cmd /c "dir d:\ || echo swallowing errors"
2830
- run: choco list
2931
- run: |
3032
choco uninstall --yes `
@@ -61,7 +63,6 @@ jobs:
6163
strawberryperl `
6264
swig `
6365
wixtoolset
64-
- run: choco uninstall bazel --yes
6566
- run: cmd /c "dir c:\ || echo swallowing errors"
6667
- run: cmd /c "dir d:\ || echo swallowing errors"
6768
- run: cmd /c "copy .github\workflows\winget_settings.json %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json || echo swallowing errors"

0 commit comments

Comments
 (0)