ci: Install Vulkan SPIRV-Tools on Windows to fix glslang install error. (#7092)

This commit is contained in:
Steveice10 2023-10-25 11:00:10 -07:00 committed by GitHub
parent 45ef11654a
commit 1110c01657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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