We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cb21e commit f5e88d7Copy full SHA for f5e88d7
.github/workflows/main.yml
@@ -34,12 +34,14 @@ jobs:
34
key: php-build-${{ matrix.php }}-zts-${{ matrix.zts }}
35
36
- name: Clone php-build/php-build
37
- if: steps.php-build-cache.outputs.cache-hit != 'true'
38
uses: actions/checkout@v2
39
with:
40
repository: php-build/php-build
41
path: ${{ github.workspace }}/php-build
42
+ - name: Install PHP dependencies
43
+ run: ${{ github.workspace }}/php-build/install-dependencies.sh
44
+
45
- name: Compile PHP
46
if: steps.php-build-cache.outputs.cache-hit != 'true'
47
run: |
0 commit comments