Skip to content

Commit a118552

Browse files
authored
Fix macos ci (#191)
1 parent 85ace38 commit a118552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
if: matrix.os == 'macos-14'
8383
run: |
8484
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"
8587
8688
- name: PHP version
8789
run: |

0 commit comments

Comments
 (0)