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 31aaeac commit 2976c5e
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 @@ -25,7 +25,7 @@ jobs:
sudo apt update
sudo apt install -y cmake build-essential libunwind-dev \
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev libsox-dev \
spirv-tools glslang-tools libspirv-cross-c-shared-dev libfuse2
spirv-tools glslang-tools libspirv-cross-c-shared-dev libfuse2 ninja-build
- name: Setup Vulkan Headers
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -B build && \
cmake -Bbuild -GNinja && \
cmake --build build -j4
ls -al build
Expand Down

0 comments on commit 2976c5e

Please sign in to comment.