Skip to content

Commit f0362be

Browse files
authored
Fix cuda windows validations update cuda driver. (#1810)
1 parent 391b8d5 commit f0362be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-windows-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
129129
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
130-
if [[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
130+
if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
131131
./windows/internal/driver_update.bat
132132
fi
133133
source ./.github/scripts/validate_binaries.sh

0 commit comments

Comments
 (0)