re-add submodule, fix windows CI regression 53b5b9388c (diff-11c909939117928998b102a1fff7d363L45)
This commit is contained in:
parent
09c67ca580
commit
1b65bb7607
|
@ -79,8 +79,9 @@ install:
|
|||
|
||||
build_script:
|
||||
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
|
||||
- nimble install -y
|
||||
- nimble install -dy
|
||||
test_script:
|
||||
- git submodule update --init --recursive # On Linux nimble install does submodules though.
|
||||
- nimble test
|
||||
|
||||
deploy: off
|
||||
|
|
Loading…
Reference in New Issue