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 05e643a commit c3da6d1Copy full SHA for c3da6d1
.github/workflows/makefile.yml
@@ -28,6 +28,10 @@ jobs:
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