Skip to content

Commit b4fd9a0

Browse files
committed
feat: enable macOS
1 parent 45bc619 commit b4fd9a0

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 pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') rustup git-lfs', { interactive: true });
31+
await testSpawn('brew uninstall chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs', { interactive: true });
3232

3333
}

0 commit comments

Comments
 (0)