Skip to content

Commit

Permalink
remove deps install step
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Dec 13, 2024
1 parent e90b5bd commit 0664af2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch dependencies
run: |
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
- name: Build the extension
uses: php/php-windows-builder/extension@v1
with:
Expand Down

0 comments on commit 0664af2

Please sign in to comment.