Skip to content

Commit

Permalink
Update wheels_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi authored Feb 9, 2024
1 parent 16be916 commit 91b1f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
sudo apt update && sudo apt install -y wget git rename &&
sudo apt clean -y && sudo apt autoremove -y &&
wget -q "${{ steps.cuda_info.outputs.CUDA_INSTALL_SCRIPT }}" -O cuda.run &&
sh ./cuda.run --silent --toolkit --no-opengl-libs --no-man-page --no-drm &&
sh ./cuda.run --silent --toolkit --toolkitpath=/usr/local/cuda --no-opengl-libs --no-man-page --no-drm &&
rm ./cuda.run
- if: runner.os == 'Linux'
Expand Down

0 comments on commit 91b1f81

Please sign in to comment.