We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659165c commit a8caddaCopy full SHA for a8cadda
.github/workflows/linux.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/7fa2af80.pub
26
sudo apt-get update
27
sudo apt-get install cuda-libraries-9-2
28
- export PATH=/usr/local/cuda-9.2.148/bin:$PATH.
+ export PATH=/usr/local/cuda-9.2/bin:$PATH.
29
curl https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-linux.tar.gz -O -J -L
30
tar -xvzf premake-5.0.0-beta3-linux.tar.gz
31
sudo chmod +x ./premake5
0 commit comments