Skip to content

Commit

Permalink
SPIRV Cross
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Oct 23, 2023
1 parent f6bd417 commit 26645b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
make -j$(nproc)
sudo make install
- name: Setup SPIRV Cross
run: |
git clone https://github.com/KhronosGroup/SPIRV-Cross
cd SPIRV-Cross
mkdir build && cd build
cmake ..
cmake --build .
sudo make install
- name: Build RPCSX
run: |
cmake -Bbuild -GNinja && \
Expand Down

0 comments on commit 26645b3

Please sign in to comment.