Skip to content

Commit 4ecd97b

Browse files
committed
remove few more instlals
1 parent 15fbee1 commit 4ecd97b

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Install PowerShell profile
20-
shell: pwsh
2120
run: |
2221
$profileDir = Split-Path -Parent $PROFILE.CurrentUserAllHosts
2322
New-Item -ItemType Directory -Path $profileDir -Force | Out-Null
2423
Copy-Item .github/workflows/pwsh_profile.ps1 $PROFILE.CurrentUserAllHosts -Force
24+
$PROFILE.CurrentUserAllHosts
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
@@ -32,7 +32,33 @@ jobs:
3232
- run: cmd /c "winget --info || echo swallowing errors"
3333
- run: cmd /c "copy .github\workflows\winget_settings.json %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json || echo swallowing errors"
3434
- run: |
35-
winget remove --all --verbose --force --purge --disable-interactivity Anaconda.Miniconda3 Mozilla.Firefox ShiningLight.OpenSSL.Dev PostgreSQL.PostgreSQL.17 RProject.R RProject.Rtools Unity.UnityHub Amazon.SAM-CLI Microsoft.AzureCLI Microsoft.webpicmd Google.Chrome StrawberryPerl.StrawberryPerl Microsoft.ServiceFabricSDK OpenJS.NodeJS.LTS Amazon.AWSCLI Microsoft.WebDeploy Microsoft.Azure.CosmosEmulator MongoDB.Shell MongoDB.Server WiXToolset.WiXToolset Amazon.SessionManagerPlugin sbt.sbt
35+
winget remove --all --verbose --force --purge --disable-interactivity \
36+
Amazon.AWSCLI \
37+
Amazon.SAM-CLI \
38+
Amazon.SessionManagerPlugin \
39+
Anaconda.Miniconda3 \
40+
Google.Chrome \
41+
ImageMagick.ImageMagick \
42+
Microsoft.Azure.CosmosEmulator \
43+
Microsoft.AzureCLI \
44+
Microsoft.msodbcsql.17 \
45+
Microsoft.ServiceFabricSDK \
46+
Microsoft.VSTOR \
47+
Microsoft.WebDeploy \
48+
Microsoft.webpicmd \
49+
Microsoft.WindowsApplicationDriver \
50+
MongoDB.Server \
51+
MongoDB.Shell \
52+
Mozilla.Firefox \
53+
OpenJS.NodeJS.LTS \
54+
PostgreSQL.PostgreSQL.17 \
55+
RProject.R \
56+
RProject.Rtools \
57+
sbt.sbt \
58+
ShiningLight.OpenSSL.Dev \
59+
StrawberryPerl.StrawberryPerl \
60+
Unity.UnityHub \
61+
WiXToolset.WiXToolset
3662
echo Done! LASTEXITCODE=$LASTEXITCODE
3763
- run: winget list --accept-source-agreements --disable-interactivity
3864
- run: cmd /c "dir c:\ || echo swallowing errors"

0 commit comments

Comments
 (0)