Skip to content

Commit a5da97c

Browse files
committed
feat: enable macOS
1 parent 04f7cb8 commit a5da97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ if (Utils.isLinux()) {
2626
} else {
2727
await PluginTester.uninstall(pluginPath, [
2828
{ type: 'aws-cli' },
29-
{ type: 'brew', formulae: ['chrome', 'python', 'ruby', 'awscli'] },
29+
{ type: 'homebrew', formulae: ['chrome', 'python', 'ruby', 'awscli'] },
3030
]);
3131
}

0 commit comments

Comments
 (0)