mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update build-macos-aarch64.yml
This commit is contained in:
parent
dc19d0c61d
commit
2064172bed
10
.github/workflows/build-macos-aarch64.yml
vendored
10
.github/workflows/build-macos-aarch64.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user