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 b3b4496 commit ac38621
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
./premake5 gmake
cd garrysmod_common
sudo rm -rf sourcesdk-minimal
git clone https://github.com/danielga/sourcesdk-minimal -b 0228e2392a420f55e407d1cd772a49fc9eec3a4a
git clone https://github.com/danielga/sourcesdk-minimal -b x86-64-branch-backup
git checkout 0228e2392a420f55e407d1cd772a49fc9eec3a4a
git fetch
cd ..
./premake5 gmake
make config=release_x86_64
Expand Down

0 comments on commit ac38621

Please sign in to comment.