Skip to content

Commit

Permalink
fix: try cuda-toolkit-12-6 instead of cuda-toolkit-12-3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold committed Jan 14, 2025
1 parent ec0fada commit ff44a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
# Install CUDA toolkit
sudo apt-get install -y cuda-toolkit-12-3
sudo apt-get install -y cuda-toolkit-12-6
echo "/usr/local/cuda-12.3/bin" >> $GITHUB_PATH
# - name: Setup terminal session
Expand Down

0 comments on commit ff44a8c

Please sign in to comment.