We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178ca36 commit 7b515b4Copy full SHA for 7b515b4
appveyor.install.bat
@@ -19,6 +19,8 @@ set nocache=0
19
if not exist thirdparty.cached set nocache=1
20
if not exist %BOOST_ROOT% set nocache=1
21
22
+git submodule update --init
23
+
24
if %nocache% == 1 (
25
pushd C:\Libraries
26
appveyor DownloadFile https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.7z
0 commit comments