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 3377545 commit 9cf76e1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
id: cuda-toolkit
with:
log-file-suffix: ${{ matrix.os }}.txt
method: 'network'
method: 'local'

- name: compile or somthing idk
run: |
cd /usr/local/cuda-9.2/lib64
ls
cd binary
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
make config=release_x86_64

0 comments on commit 9cf76e1

Please sign in to comment.