Skip to content

Commit a8cadda

Browse files
Update linux.yml
1 parent 659165c commit a8cadda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/7fa2af80.pub
2626
sudo apt-get update
2727
sudo apt-get install cuda-libraries-9-2
28-
export PATH=/usr/local/cuda-9.2.148/bin:$PATH.
28+
export PATH=/usr/local/cuda-9.2/bin:$PATH.
2929
curl https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-linux.tar.gz -O -J -L
3030
tar -xvzf premake-5.0.0-beta3-linux.tar.gz
3131
sudo chmod +x ./premake5

0 commit comments

Comments
 (0)