Skip to content

Commit 5c0da2e

Browse files
committed
add CUDA bin directory to path
1 parent 122dc35 commit 5c0da2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# TODO: This should be handled by the generic Windows job the same as its done by the generic Linux job
4343
export CUDA_HOME="/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v${{ matrix.gpu-arch-version }}"
4444
export CUDA_PATH="${CUDA_HOME}"
45+
export PATH="${CUDA_PATH}/bin:${PATH}"
4546
fi
4647
4748
./.github/scripts/unittest.sh

0 commit comments

Comments
 (0)