Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Dec 29, 2024
1 parent 0f07f04 commit 8ee8362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Install dependencies
run: |
brew install autoconf
brew install [email protected] && brew link openssl
brew install curl && brew link curl
brew install c-ares && brew link c-ares
brew install shivammathur/php/[email protected]
Expand All @@ -62,7 +61,7 @@ jobs:
run: ./configure && make clean && make -j$(sysctl -n hw.ncpu)
- name: build2
run: ./configure --enable-sockets --enable-mysqlnd --enable-http2 --enable-hook-curl
--enable-openssl --with-openssl-dir=/usr/local/opt/openssl@1.1 --enable-cares --enable-debug-log &&
--enable-openssl --with-openssl-dir=/usr/local/opt/openssl@3.4 --enable-cares --enable-debug-log &&
make clean && make -j$(sysctl -n hw.ncpu)

build-alpine-latest:
Expand Down

0 comments on commit 8ee8362

Please sign in to comment.