mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Test Vulkan CI fix (#329)
* Hopefully find a fix to the Vulkan CI issue * Update HTTP_Build.yml * Update Hydra_Build.yml * Update Linux_Build.yml * Update MacOS_Build.yml * Update Qt_Build.yml * Update HTTP_Build.yml * Update Hydra_Build.yml * Update HTTP_Build.yml * Update Hydra_Build.yml * Update Linux_Build.yml
This commit is contained in:
parent
1313f46ba4
commit
5e37b7f083
6 changed files with 28 additions and 10 deletions
4
.github/workflows/Qt_Build.yml
vendored
4
.github/workflows/Qt_Build.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
vulkan-query-version: latest
|
||||
vulkan-use-cache: true
|
||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
|
||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
with:
|
||||
vulkan-query-version: latest
|
||||
vulkan-use-cache: true
|
||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
|
||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
|
||||
|
||||
- name: Install bundle dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue