diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3bc50c4..7b543fc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,6 +23,7 @@ jobs: sudo apt-get install cuda-libraries-9-2 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 + git clone https://github.com/danielga/garrysmod_common.git --recursive -b x86-64-support-sourcesdk git clone https://github.com/NVIDIAGameWorks/FleX.git git clone https://github.com/Derpius/BSPParser.git git clone https://github.com/Derpius/GMFS.git