mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically
This commit is contained in:
parent
5fa7ba3513
commit
a53abe8ab6
@ -8,6 +8,7 @@ environment:
|
||||
CONFIGURATION: Release
|
||||
|
||||
install:
|
||||
- git submodule update --init
|
||||
- appveyor AddMessage "Set testsigning on and reboot" -Category Information
|
||||
- bcdedit /set testsigning on
|
||||
- ps: Restart-Computer -Force
|
||||
|
Loading…
x
Reference in New Issue
Block a user