From 41f3f4928dc0d8aa2ba4869f3c4fb6b1a988c38e Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 3 Jan 2021 13:10:17 -0800 Subject: [PATCH] rm submodule pull, clone instead --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b015128548..74d9551b54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ cache: image: Visual Studio 2019 build: off install: - - git submodule update --init --recursive + - git clone https://github.com/antlr/antlr-php-runtime.git - cinst -y dart-sdk --version=2.8.4 build_script: - mvn -DskipTests install --batch-mode