File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 25
25
- run : systeminfo
26
26
- run : ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
27
27
- 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"
28
30
- run : choco list
29
31
- run : |
30
32
choco uninstall --yes `
61
63
strawberryperl `
62
64
swig `
63
65
wixtoolset
64
- - run : choco uninstall bazel --yes
65
66
- run : cmd /c "dir c:\ || echo swallowing errors"
66
67
- run : cmd /c "dir d:\ || echo swallowing errors"
67
68
- run : cmd /c "copy .github\workflows\winget_settings.json %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json || echo swallowing errors"
You can’t perform that action at this time.
0 commit comments