ci: Install Vulkan SPIRV-Tools on Windows to fix glslang install error. (#7092)
This commit is contained in:
parent
45ef11654a
commit
1110c01657
|
@ -158,7 +158,7 @@ jobs:
|
|||
if: ${{ matrix.target == 'msvc' }}
|
||||
with:
|
||||
vulkan-query-version: latest
|
||||
vulkan-components: Glslang
|
||||
vulkan-components: SPIRV-Tools, Glslang
|
||||
vulkan-use-cache: true
|
||||
- name: Set up MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
|
Reference in New Issue