Skip to content

Commit acd8eaf

Browse files
committed
Don't build php-ast from source
1 parent eaef78d commit acd8eaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ build_script:
3737
3838
cd C:\projects\php\ext
3939
40-
git clone --depth=1 --branch=master https://github.com/nikic/php-ast C:\projects\php-src\ext\ast
41-
4240
curl -fsS https://windows.php.net/downloads/pecl/releases/ast/%PHP_AST_VERSION%/%AST_ZIP_BASENAME% -o %AST_ZIP_BASENAME%
4341
4442
7z x %AST_ZIP_BASENAME% php_ast.dll -y >nul

0 commit comments

Comments
 (0)