Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keganpowers34 authored Nov 17, 2024
1 parent 61dc84c commit 429807d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
cd garrysmod_common
sudo rm -rf sourcesdk-minimal
git clone https://github.com/danielga/sourcesdk-minimal -b x86-64-branch
curl https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-linux.tar.gz -O -J -L
tar -xvzf premake-5.0.0-beta3-linux.tar.gz
sudo chmod +x ./premake5
./premake5 gmake
cd ..
make config=release_x86_64

0 comments on commit 429807d

Please sign in to comment.