We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391b8d5 commit f0362beCopy full SHA for f0362be
.github/workflows/validate-windows-binaries.yml
@@ -127,7 +127,7 @@ jobs:
127
128
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
129
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
130
- if [[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
+ if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
131
./windows/internal/driver_update.bat
132
fi
133
source ./.github/scripts/validate_binaries.sh
0 commit comments