Fix homebrew issue on Mac runners causing PHP CI failures

PiperOrigin-RevId: 527419345
pull/12552/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent e4168df564
commit 72b1f985a0
  1. 5
      .github/workflows/test_php.yml

@ -154,8 +154,11 @@ jobs:
- name: Update submodules
run: git submodule update --init --remote --recursive
- name: Uninstall problematic libgd
run: brew uninstall --ignore-dependencies gd
- name: Install dependencies
run: brew install coreutils # For sha256sum
run: brew install coreutils gd
- name: Pin PHP version
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # 2.24.0

Loading…
Cancel
Save