summaryrefslogtreecommitdiff
path: root/.gitlab-ci/windows
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-06-10 14:04:33 +0800
committerMarge Bot <emma+marge@anholt.net>2022-06-16 21:49:54 +0000
commitd39553da10e9b9745fa2cbe3bcbc72f45fc8383c (patch)
tree21dd53d998e25d3bc0b4b49a682b9d60aee303d7 /.gitlab-ci/windows
parentc17a0d956a4d2bca56e29e2c7457b8b1f3283e93 (diff)
downloadmesa-d39553da10e9b9745fa2cbe3bcbc72f45fc8383c.tar.gz
ci/vs2019: Upgrade Windows 10 SDK version to 20348
This comes with stdalign.h for more C11 conformance 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/17044>
Diffstat (limited to '.gitlab-ci/windows')
-rw-r--r--.gitlab-ci/windows/mesa_deps_vs2019.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/windows/mesa_deps_vs2019.ps1 b/.gitlab-ci/windows/mesa_deps_vs2019.ps1
index 702af792353..425df4c2485 100644
--- a/.gitlab-ci/windows/mesa_deps_vs2019.ps1
+++ b/.gitlab-ci/windows/mesa_deps_vs2019.ps1
@@ -28,7 +28,7 @@ Start-Process -NoNewWindow -Wait -FilePath C:\vs_buildtools.exe `
"--add", "Microsoft.VisualStudio.Component.VC.ATLMFC", `
"--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", `
"--add", "Microsoft.VisualStudio.Component.Graphics.Tools", `
-"--add", "Microsoft.VisualStudio.Component.Windows10SDK.19041"
+"--add", "Microsoft.VisualStudio.Component.Windows10SDK.20348"
if (!$?) {
Write-Host "Failed to install Visual Studio tools"