Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Nov 21, 2024
1 parent 869d7bf commit f48d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
if [ "${{ inputs.rocm }}" = "ON" ]; then
:
# regular CUDA for GPU builds
elif [ "${{ inputs.gpu }}" = "ON" ]
elif [ "${{ inputs.gpu }}" = "ON" ]; then
conda install -y -q cuda-toolkit -c "nvidia/label/cuda-12.4.0"
fi
Expand Down

0 comments on commit f48d53e

Please sign in to comment.