Skip to content

Commit

Permalink
ninja-build
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Oct 21, 2023
1 parent d9d23e7 commit 441ef2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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 libsox-dev
spirv-tools glslang-tools libspirv-cross-c-shared-dev libsox-dev ninja-build
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
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -B build && \
cmake -Bbuild -GNinja && \
cmake --build build -j4
- name: Upload RPCSX
Expand Down

0 comments on commit 441ef2f

Please sign in to comment.