From eb4630efb50ac9a76fc266a6dd0f98f707e8e9ad Mon Sep 17 00:00:00 2001 From: fummicc1 Date: Thu, 17 Oct 2024 00:40:46 +0900 Subject: [PATCH] [skip ci] refactor --- scripts/actions-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions-local.sh b/scripts/actions-local.sh index 29c55ce..54b181b 100755 --- a/scripts/actions-local.sh +++ b/scripts/actions-local.sh @@ -1,13 +1,13 @@ #!/bin/bash set -e -set -x current_dir=`realpath $0` cd `dirname $current_dir`/../ act -P macos-14=-self-hosted -l --container-architecture linux/amd64 +# 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