Skip to content

Commit

Permalink
Update CUDA sub-packages 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 36488a9 commit fa192e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@ jobs:
uses: Jimver/[email protected]
with:
cuda: '${{ matrix.cublas }}'
sub-packages: '["nvcc", "cudart"]'
non-cuda-sub-packages: '["libcublas"]'
sub-packages: '["nvcc", "cudart", "cublas"]'
method: 'local'

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

0 comments on commit fa192e3

Please sign in to comment.