ci/vs2019: Do not install subprojects

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16934>
This commit is contained in:
Yonggang Luo
2022-06-01 23:42:47 +08:00
committed by Marge Bot
parent d1e7e58807
commit 5608834068

View File

@@ -61,7 +61,7 @@ meson `
$sourcedir
if ($?) {
ninja install -j32
meson install --skip-subprojects
}
if ($?) {