mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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.
This commit is contained in:
parent
8820a10360
commit
5ef3fe218c
1 changed files with 1 additions and 1 deletions
2
.github/scripts/windows/test_task.bat
vendored
2
.github/scripts/windows/test_task.bat
vendored
|
@ -103,7 +103,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
|
|||
if %errorlevel% neq 0 exit /b 3
|
||||
echo Fetching enchant dicts
|
||||
pushd %~d0\usr\local\share\enchant\hunspell
|
||||
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
|
||||
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
|
||||
unzip dict.zip
|
||||
del /q dict.zip
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue