Skip to content

Commit 2f44496

Browse files
committed
fix: install libsdl in Version 2.28.5 to fix steam input masking bug
1 parent e41e1c7 commit 2f44496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdir build && cd build
3737
../configure
3838
make -j$(nproc)
39-
make install
39+
sudo make install
4040
mkdir -p /ares/AppDir/usr
4141
../configure --prefix /ares/AppDir/usr
4242
make -j$(nproc)

0 commit comments

Comments
 (0)