Skip to content

Commit

Permalink
Fix typo in build-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 21, 2024
1 parent 14dfcff commit 77766a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,13 @@ jobs:
with:
cuda: '${{ matrix.cublas }}'
sub-packages: '["nvcc", "cudart", "cublas", "visual_studio_integration"]'
method: 'local'
method: 'netwprk'

- name: Set CUDA_TOOLKIT_ROOT_DIR if CUDA is installed
if: ${{ matrix.cublas != 'cpu' }}
run: |
ls "$env:CUDA_PATH\bin"
ls -d 2 "$env:CUDA_PATH\lib"
"CUDA_TOOLKIT_ROOT_DIR=$env:CUDA_PATH" >> $env:GITHUB_ENV
- name: Set Up Environment 🔧
Expand Down

0 comments on commit 77766a8

Please sign in to comment.