Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Oct 16, 2024
1 parent 9db1830 commit 86dc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions-local.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 86dc9a3

Please sign in to comment.