Skip to content

Commit f6d3f3c

Browse files
committed
Use new download server
windows.php.net is in the process of being replaced by downloads.php.net, so we switch right away.
1 parent e9cd17e commit f6d3f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
deps: zlib
2929
cache: true
3030
- name: Fetch libmemcached
31-
run: curl -OLs https://windows.php.net/downloads/pecl/deps/libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip && 7z x libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip -o..\deps
31+
run: curl -OLs https://downloads.php.net/~windows/pecl/deps/libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip && 7z x libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip -o..\deps
3232
- name: Enable Developer Command Prompt
3333
uses: ilammy/msvc-dev-cmd@v1
3434
with:

0 commit comments

Comments
 (0)