Skip to content

Commit

Permalink
Update build-macos-aarch64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc authored Jan 31, 2024
1 parent dc19d0c commit 2064172
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
brew install automake gzip
echo "SPC_BUILD_OS=macos" >> $GITHUB_ENV
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: pecl, composer
extensions: curl, openssl, mbstring, tokenizer
ini-values: memory_limit=-1


# Cache composer dependencies
- id: cache-composer-deps
uses: actions/cache@v3
Expand Down

0 comments on commit 2064172

Please sign in to comment.