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 10e43f1 commit 6b3e20aCopy full SHA for 6b3e20a
.github/workflows/windows.yml
@@ -25,8 +25,8 @@ jobs:
25
ts: ${{matrix.ts}}
26
- name: Fetch dependencies
27
run: |
28
- curl -LO https://windows.php.net/downloads/pecl/deps/pthreads-2.11.0-vs16-${{matrix.arch}}.zip
29
- 7z x pthreads-2.11.0-vs16-${{matrix.arch}}.zip -o..\deps
+ curl -LO https://downloads.php.net/~windows/pecl/deps/pthreads-3.0.0-vs16-${{matrix.arch}}.zip
+ 7z x pthreads-3.0.0-vs16-${{matrix.arch}}.zip -o..\deps
30
- name: Enable Developer Command Prompt
31
uses: ilammy/msvc-dev-cmd@v1
32
with:
0 commit comments