Skip to content

Commit 9584c72

Browse files
committed
feat: enable macOS
1 parent a5da97c commit 9584c72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/cleanup-github-actions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if (Utils.isLinux()) {
2626
} else {
2727
await PluginTester.uninstall(pluginPath, [
2828
{ type: 'aws-cli' },
29-
{ type: 'homebrew', formulae: ['chrome', 'python', 'ruby', 'awscli'] },
3029
]);
30+
31+
await testSpawn('brew uninstall chrome python ruby awscli rust rustup git-lfs', { interactive: true });
32+
3133
}

0 commit comments

Comments
 (0)