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 f3ec7d9 commit a3d7c23
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 @@ -144,7 +144,7 @@ jobs:
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 --toolkitpath=/usr/local/cuda --no-opengl-libs --no-man-page --no-drm
sh ./cuda.run --silent --toolkit --toolkitpath=/usr/local/cuda || cat /tmp/cuda-installer.log
rm ./cuda.run
echo "CUDA_HOME=/usr/local/cuda" >> ${GITHUB_ENV}
echo "PATH=/usr/local/cuda/bin:$PATH" >> ${GITHUB_ENV}
Expand Down

0 comments on commit a3d7c23

Please sign in to comment.