Skip to content

Commit

Permalink
Fix typo in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeanti committed Oct 17, 2023
1 parent 8a961ac commit 1a5c69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cuda/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ case ${1} in
APT_KEY=${OS}-${CUDA/./-}-local
URL=https://developer.download.nvidia.com/compute/cuda/${CUDA}.1/local_installers
FILENAME=cuda-repo-${APT_KEY}_${CUDA}.1-530.30.02-1_amd64.deb
;;
cu118)
CUDA=11.8
APT_KEY=${OS}-${CUDA/./-}-local
Expand Down

0 comments on commit 1a5c69f

Please sign in to comment.