Skip to content

Commit 1ef7bfe

Browse files
committed
remove uninstall from winget that were done in choco already
1 parent 94738f3 commit 1ef7bfe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ jobs:
7070
- run: cmd /c "winget --info || echo swallowing errors"
7171
- run: |
7272
winget remove --all --verbose --force --purge --disable-interactivity `
73-
Amazon.AWSCLI `
7473
Amazon.SAM-CLI `
7574
Amazon.SessionManagerPlugin `
7675
Anaconda.Miniconda3 `
7776
Google.Chrome `
78-
ImageMagick.ImageMagick `
7977
Microsoft.Azure.CosmosEmulator `
8078
Microsoft.AzureCLI `
8179
Microsoft.msodbcsql.17 `
@@ -88,13 +86,8 @@ jobs:
8886
Mozilla.Firefox `
8987
OpenJS.NodeJS.LTS `
9088
PostgreSQL.PostgreSQL.17 `
91-
RProject.R `
92-
RProject.Rtools `
93-
sbt.sbt `
9489
ShiningLight.OpenSSL.Dev `
95-
StrawberryPerl.StrawberryPerl `
96-
Unity.UnityHub `
97-
WiXToolset.WiXToolset
90+
Unity.UnityHub
9891
echo Done! LASTEXITCODE=$LASTEXITCODE
9992
- run: winget list --accept-source-agreements --disable-interactivity
10093
- run: cmd /c "dir c:\ || echo swallowing errors"

0 commit comments

Comments
 (0)