File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2121 - run : choco uninstall bazel --yes
2222 # - uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
2323 - run : winget list --accept-source-agreements --disable-interactivity
24+ - run : cmd /c dir c:\ || echo "swallowing errors"
25+ - run : cmd /c dir d:\ || echo "swallowing errors"
26+ - run : |
27+ winget remove --all --verbose --force --purge --accept-package-agreements --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
28+ echo Done! LASTEXITCODE=$LASTEXITCODE
29+ - run : cmd /c dir c:\ || echo "swallowing errors"
30+ - run : cmd /c dir d:\ || echo "swallowing errors"
2431 - run : winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
2532 - name : Install LLVM with winget (ignore if already installed)
2633 shell : pwsh
You can’t perform that action at this time.
0 commit comments