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 Aug 14, 2023
1 parent fba76b8 commit a0a12d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
repository: RPCSX/rpcsx # qurious-pixel/rpcsx #
ref: dce66744bd66eba537288f5305001421be4b1791 # master # submodules #
repository: abouvier/rpcsx # RPCSX/rpcsx # qurious-pixel/rpcsx #
ref: sox-fix # master # submodules #
submodules: recursive

- name: Setup SPIRV-Cross
Expand All @@ -32,8 +32,9 @@ jobs:
- name: RPCSX (Fixes)
run: |
sed -i 's/0x0000010000000000/0x0000010000000000,--no-relax/g' rpcsx-os/CMakeLists.txt
#sed -i 's/target_link_options/#target_link_options/g' rpcsx-os/CMakeLists.txt
echo "Fixes"
#sed -i 's/0x0000010000000000/0x0000010000000000,--no-relax/g' rpcsx-os/CMakeLists.txt
sed -i 's/target_link_options/#target_link_options/g' rpcsx-os/CMakeLists.txt
- name: Build RPCSX
run: |
Expand Down

0 comments on commit a0a12d4

Please sign in to comment.