Skip to content

Commit

Permalink
Update rpcsx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Nov 1, 2023
1 parent 0e2a8e2 commit d4b136e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ jobs:
sudo apt update
sudo apt install -y cmake build-essential libunwind-dev \
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
spirv-tools glslang-tools libspirv-cross-c-shared-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
spirv-tools glslang-tools libspirv-cross-c-shared-dev libsox-dev
- name: Build RPCSX
run: |
Expand Down

0 comments on commit d4b136e

Please sign in to comment.