We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6c3b6 commit abcb604Copy full SHA for abcb604
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v4
13
+ - if: ${{ startsWith(matrix.os, 'macos') }}
14
+ run: brew install composer
15
- if: ${{ startsWith(matrix.os, 'windows') }}
16
run: |
17
(Get-Content C:\tools\php\php.ini) -replace ';extension=ffi', 'extension=ffi' | Out-File -encoding ASCII C:\tools\php\php.ini
0 commit comments