Skip to content

Commit a0a7342

Browse files
committed
fix fpm setup on macos
1 parent d747288 commit a0a7342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ jobs:
8181
- name: Setup php-fpm for Macos
8282
if: matrix.os == 'macos-14'
8383
run: |
84-
brew install php@${{ matrix.php-version }}
85-
echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/bin" >> "$GITHUB_PATH"
86-
echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/sbin" >> "$GITHUB_PATH"
84+
find /usr/local -name "php-fpm*"
8785
8886
- name: PHP version
8987
run: |

0 commit comments

Comments
 (0)