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 8f86638 commit 9fe2c38Copy full SHA for 9fe2c38
.github/workflows/build-php.yml
@@ -107,6 +107,11 @@ jobs:
107
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
108
run: echo "SPC_BUILD_OS=linux" >> $GITHUB_ENV
109
110
+ - name: Install dependencies on Windows
111
+ if: matrix.os == 'windows-latest'
112
+ run: |
113
+ choco install curl openssl
114
+
115
- name: Setup system PHP
116
uses: shivammathur/setup-php@v2
117
with:
0 commit comments