Skip to content

Commit 9fe2c38

Browse files
author
Pete Bishop
committed
Install Win Dependencies
1 parent 8f86638 commit 9fe2c38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
108108
run: echo "SPC_BUILD_OS=linux" >> $GITHUB_ENV
109109

110+
- name: Install dependencies on Windows
111+
if: matrix.os == 'windows-latest'
112+
run: |
113+
choco install curl openssl
114+
110115
- name: Setup system PHP
111116
uses: shivammathur/setup-php@v2
112117
with:

0 commit comments

Comments
 (0)