Skip to content

Commit 856d8b0

Browse files
remove deps install step
1 parent c033b8c commit 856d8b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/windows-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33-
- name: Fetch dependencies
34-
run: |
35-
curl -LO https://downloads.php.net/~windows/pecl/deps/pthreads-3.0.0-vs16-${{matrix.arch}}.zip
36-
7z x pthreads-3.0.0-vs16-${{matrix.arch}}.zip -- -o..\deps
3733
- name: Build the extension
3834
uses: php/php-windows-builder/extension@v1
3935
with:

0 commit comments

Comments
 (0)