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 c3da6d1 commit 853f696Copy full SHA for 853f696
.github/workflows/makefile.yml
@@ -23,15 +23,11 @@ jobs:
23
sudo apt-get update
24
25
# install CUDA toolkit
26
- sudo apt-get -y install cuda-toolkit-12-6
+ sudo apt-get -y install nvidia-cuda-toolkit
27
28
# Install other necessary dependencies like build-essential
29
sudo apt-get install -y build-essential
30
31
- # Add CUDA to PATH and set environment variables
32
- echo "export PATH=/usr/local/cuda-12.6/bin:$PATH" >> $GITHUB_ENV
33
- echo "export LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
34
-
35
# Verify that CUDA is installed
36
nvcc --version
37
g++ --version
0 commit comments