Skip to content

Commit ff0a5bd

Browse files
committed
uninstall stuff from choco
1 parent 04b7a7f commit ff0a5bd

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,41 @@ jobs:
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
2828
- run: choco list
29+
- run: |
30+
choco uninstall --yes `
31+
7zip.install `
32+
ant `
33+
apache-httpd `
34+
aria2 `
35+
awscli `
36+
azcopy10 `
37+
bazel `
38+
bicep `
39+
cmake.install `
40+
composer `
41+
gradle `
42+
imagemagick `
43+
imagemagick.app `
44+
jq `
45+
julia `
46+
kubernetes-cli `
47+
kubernetes-helm `
48+
llvm `
49+
maven `
50+
Minikube `
51+
nginx `
52+
ninja `
53+
nssm `
54+
nuget.commandline `
55+
packer `
56+
php `
57+
pulumi `
58+
R.Project `
59+
rtools `
60+
sbt `
61+
strawberryperl `
62+
swig `
63+
wixtoolset
2964
- run: choco uninstall bazel --yes
3065
- run: cmd /c "dir c:\ || echo swallowing errors"
3166
- run: cmd /c "dir d:\ || echo swallowing errors"

0 commit comments

Comments
 (0)