Skip to content

Commit f5e88d7

Browse files
committed
Update main.yml
1 parent 53cb21e commit f5e88d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ jobs:
3434
key: php-build-${{ matrix.php }}-zts-${{ matrix.zts }}
3535

3636
- name: Clone php-build/php-build
37-
if: steps.php-build-cache.outputs.cache-hit != 'true'
3837
uses: actions/checkout@v2
3938
with:
4039
repository: php-build/php-build
4140
path: ${{ github.workspace }}/php-build
4241

42+
- name: Install PHP dependencies
43+
run: ${{ github.workspace }}/php-build/install-dependencies.sh
44+
4345
- name: Compile PHP
4446
if: steps.php-build-cache.outputs.cache-hit != 'true'
4547
run: |

0 commit comments

Comments
 (0)