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 e8d11cb commit 0f07f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Install dependencies
run: |
brew install autoconf
brew install openssl && brew link openssl && brew install curl && brew link curl && brew install c-ares && brew link c-ares
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]
brew link --overwrite --force shivammathur/php/[email protected]
brew install pcre2
Expand Down

0 comments on commit 0f07f04

Please sign in to comment.