Skip to content

Commit

Permalink
Update pre-make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keganpowers34 authored Dec 16, 2023
1 parent d76c786 commit 5ddeec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tar -xf premake-5.0.0-beta2-linux.tar.gz
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 gcc-multilib g++-multilib
sudo apt-get install libz1 libncurses5 libbz2-1.0:i386 libstdc++6 libbz2-1.0 gcc-multilib g++-multilib
git clone https://github.com/danielga/garrysmod_common.git --branch x86-64-support-sourcesdk --recursive
./premake5 gmake
ls -r
Expand Down

0 comments on commit 5ddeec6

Please sign in to comment.