Skip to content

Commit 9dd56b0

Browse files
committed
fix: install libsdl in Version 2.28.5 to fix steam input masking bug
1 parent 1740cee commit 9dd56b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
run: |
5353
cd SDL/build
5454
cmake .. -DCMAKE_BUILD_TYPE=Release
55-
cmake --build . --config Release --parallel
56-
sudo cmake --install . --config Release --prefix ../../ares/AppDir/usr
55+
cmake --build . -j$(nproc) --config Release --parallel
56+
cmake --install . --config Release --prefix ../../ares/AppDir/usr
5757
5858
- name: Build appimage
5959
run: |

0 commit comments

Comments
 (0)