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 ed10e8e commit 68211b8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: compile or somthing idk
run: |
cd ..
git clone https://github.com/meetric1/gwater2 --recursive
cd gwater2
cd binary
curl http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/cuda-repo-ubuntu1710_9.2.148-1_amd64.deb -O -J -L
sudo dpkg -i cuda-repo-ubuntu1710_9.2.148-1_amd64.deb
Expand All @@ -28,12 +28,5 @@ jobs:
tar -xvzf premake-5.0.0-beta3-linux.tar.gz
sudo chmod +x ./premake5
./premake5 gmake
cd garrysmod_common
sudo rm -rf sourcesdk-minimal
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

0 comments on commit 68211b8

Please sign in to comment.