Skip to content
  • Yonggang Luo's avatar
    ci/msvc: Split install vulkan sdk out of choco · 543e872d
    Yonggang Luo authored and Marge Bot's avatar Marge Bot committed
    
    
    packaging are installed because python 3.12 need it
    
    Install of vulkan-sdk improved so that it's can be running in non-docker environment
    
    Now vulkan-sdk have separate script so that it can be updated without update MSVC
    
    THe choco installed packages is almost freeze to update, so split install of vulkan sdk
    out of it for avoid update it when update VULKAN_SDK_VERSION on local computer
    
    --params="/InstallDir:C:\python3" won't take effect, drop it for not misleading
    
    Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
    Reviewed-by: Jesse Natalie's avatarJesse Natalie <jenatali@microsoft.com>
    Part-of: <!26736>
    543e872d