mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +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
8
.github/workflows/HTTP_Build.yml
vendored
8
.github/workflows/HTTP_Build.yml
vendored
|
@ -22,13 +22,19 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Fetch submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Install newer Clang
|
||||
run: |
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
chmod +x ./llvm.sh
|
||||
sudo ./llvm.sh 16
|
||||
|
||||
- name: Setup Vulkan SDK
|
||||
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
||||
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
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue