mirror of
https://github.com/PabloMK7/citra
synced 2024-11-14 20:58:23 +00:00
ci: Install Vulkan SPIRV-Tools on Windows to fix glslang install error. (#7092)
This commit is contained in:
parent
45ef11654a
commit
1110c01657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue