Skip to content

Commit abcb604

Browse files
committed
Fixed CI
1 parent ed6c3b6 commit abcb604

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4
13+
- if: ${{ startsWith(matrix.os, 'macos') }}
14+
run: brew install composer
1315
- if: ${{ startsWith(matrix.os, 'windows') }}
1416
run: |
1517
(Get-Content C:\tools\php\php.ini) -replace ';extension=ffi', 'extension=ffi' | Out-File -encoding ASCII C:\tools\php\php.ini

0 commit comments

Comments
 (0)