Skip to content

Commit

Permalink
chore: delete unnecessary option
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Oct 16, 2024
1 parent ca9cb1b commit f0137de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/actions-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set -e
current_dir=`realpath $0`
cd `dirname $current_dir`/../

act -P macos-14=-self-hosted -l --container-architecture linux/amd64
act -P macos-14=-self-hosted

# Because xcode-setup does not work on local machine, make local flag true to skip xcode-setup
export LOCAL=true

act -P macos-14=-self-hosted -W ./.github/workflows/core.yml --container-architecture linux/amd64
act -P macos-14=-self-hosted -W ./.github/workflows/command.yml --container-architecture linux/amd64
act -P macos-14=-self-hosted -W ./.github/workflows/builder.yml --container-architecture linux/amd64
act -P macos-14=-self-hosted -W ./.github/workflows/core.yml
act -P macos-14=-self-hosted -W ./.github/workflows/command.yml
act -P macos-14=-self-hosted -W ./.github/workflows/builder.yml

0 comments on commit f0137de

Please sign in to comment.