mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-10 02:30:12 +01:00
Try to fix compilation
This commit is contained in:
parent
bc39c9be63
commit
2e8afc27bc
2
.github/workflows/rpcsx.yml
vendored
2
.github/workflows/rpcsx.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
sudo apt update
|
||||
sudo apt install build-essential libunwind-dev \
|
||||
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
|
||||
spirv-tools glslang-tools
|
||||
spirv-tools glslang-tools libspirv-cross-c-shared-dev
|
||||
|
||||
- name: Build RPCSX
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue