rm submodule pull, clone instead

This commit is contained in:
parrt 2021-01-03 13:10:17 -08:00
parent 16b6e49c94
commit 41f3f4928d
1 changed files with 1 additions and 1 deletions

View File

@ -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