mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Bump vk headers (#30)
* Update rpcsx.yml * Update rpcsx.yml * Update rpcsx.yml * Fixing clang format ? hope this works * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Fix a bad suggestion * random thing --------- Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
parent
483e5d9831
commit
ff263057bd
3 changed files with 9 additions and 1 deletions
8
.github/workflows/rpcsx.yml
vendored
8
.github/workflows/rpcsx.yml
vendored
|
|
@ -28,6 +28,14 @@ jobs:
|
|||
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
|
||||
spirv-tools glslang-tools libspirv-cross-c-shared-dev \
|
||||
libxbyak-dev
|
||||
VULKANVER=1.3.259
|
||||
curl -sSfLo Vulkan-Headers.tar.gz https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VULKANVER}.tar.gz
|
||||
tar -xf Vulkan-Headers*.tar.gz
|
||||
cd Vulkan-Headers*/
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
||||
- name: Build RPCSX
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue