Skip to content

Commit

Permalink
Fix submodule clone after project cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode committed Oct 25, 2020
1 parent 47fa97b commit 3826be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ image:

init:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019%arch%" )

install:
- git submodule update --init --recursive

before_build:
Expand Down

0 comments on commit 3826be0

Please sign in to comment.