Skip to content

Commit c03e96b

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

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
@@ -28,6 +28,6 @@ if (Utils.isLinux()) {
2828
{ type: 'aws-cli' },
2929
]);
3030

31-
await testSpawn('brew uninstall chrome python ruby awscli rust rustup git-lfs', { interactive: true });
31+
await testSpawn('brew uninstall chrome pipx python ruby awscli rust rustup git-lfs', { interactive: true });
3232

3333
}

0 commit comments

Comments
 (0)