Skip to content

Commit 5ef3fe2

Browse files
committed
Download enchant dict from downloads.php.net
Since windows.php.net is in the progress to be migrated to downloads.php.net anyway, we may as well fetch the dictionary from the new site right away. Closes GH-16310.
1 parent 8820a10 commit 5ef3fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
103103
if %errorlevel% neq 0 exit /b 3
104104
echo Fetching enchant dicts
105105
pushd %~d0\usr\local\share\enchant\hunspell
106-
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
106+
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
107107
unzip dict.zip
108108
del /q dict.zip
109109
popd

0 commit comments

Comments
 (0)