mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 11:28:42 +00:00
fix appveyor build, us1.php.net is (currently?) unreachable
This commit is contained in:
parent
fb0b0c1f07
commit
663e621cb6
@ -40,7 +40,7 @@ install:
|
||||
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
|
||||
- 7z.exe x %V8_ASSETS%
|
||||
- cd ..
|
||||
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"
|
||||
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
|
||||
- ren php php-%PHP_VERSION%
|
||||
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
|
||||
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
|
||||
|
Loading…
Reference in New Issue
Block a user