Skip to content

Commit

Permalink
libGLX and libOpenGL should be provided by the system, and not includ…
Browse files Browse the repository at this point in the history
…ed in the package
  • Loading branch information
dpaulat committed Mar 13, 2024
1 parent 936ddec commit 6907ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
pushd supercell-wx/
cd lib/
ln -s libssl.so.3 libssl.so
rm -f libGLX.so*
rm -f libOpenGL.so*
cd ..
mkdir -p plugins/
cd plugins/
Expand Down

0 comments on commit 6907ade

Please sign in to comment.