Skip to content

Commit 6b3e20a

Browse files
committed
Update to pthreads V3
We also use the new download server to fetch that dependency.
1 parent 10e43f1 commit 6b3e20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
ts: ${{matrix.ts}}
2626
- name: Fetch dependencies
2727
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
28+
curl -LO https://downloads.php.net/~windows/pecl/deps/pthreads-3.0.0-vs16-${{matrix.arch}}.zip
29+
7z x pthreads-3.0.0-vs16-${{matrix.arch}}.zip -o..\deps
3030
- name: Enable Developer Command Prompt
3131
uses: ilammy/msvc-dev-cmd@v1
3232
with:

0 commit comments

Comments
 (0)