Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 36cf806

Browse files
committed
Updated build configuration.
1 parent 70804d1 commit 36cf806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.build/Install.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Install-Module -Name PowerShellForGitHub
33

44
$env:APPVEYOR_REPO_BRANCH = "master";
55
git checkout $env:APPVEYOR_REPO_BRANCH -q
6+
7+
git submodule update --init -q
68
git submodule update --rebase --remote
79

810
Set-AppveyorBuildVariable "DEPLOY_RELEASE_ENABLED" $true

0 commit comments

Comments
 (0)