Skip to content

Commit

Permalink
rm submodule pull, clone instead
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Jan 3, 2021
1 parent 16b6e49 commit 41f3f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f3f49

Please sign in to comment.