We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267a4dc commit 7bb6ba4Copy full SHA for 7bb6ba4
1 file changed
scripts/cleanup-github-actions.ts
@@ -28,6 +28,6 @@ if (Utils.isLinux()) {
28
{ type: 'aws-cli' },
29
]);
30
31
- await testSpawn('brew uninstall google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs $(brew list | grep -E \'^openjdk(@|$)\')', { interactive: true });
+ await testSpawn('brew uninstall ant gradle kotlin maven selenium-server google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs $(brew list | grep -E \'^openjdk(@|$)\')', { interactive: true });
32
33
}
0 commit comments