Skip to content

Commit af4661d

Browse files
committed
channel
1 parent f028dc0 commit af4661d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-repackaged-binary-sizes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
set -ex
4747
4848
# shellcheck disable=SC2086
49-
CUDA_VERSION=$(python3 tools/scripts/get_stable_cuda_version.py --channel ${CHANNEL})
49+
CUDA_VERSION=$(python3 tools/scripts/get_stable_cuda_version.py --channel ${MATRIX_CHANNEL})
5050
# shellcheck disable=SC2086
5151
CUDA_VERSION_NODOT=$(echo ${CUDA_VERSION} | tr -d '.')
5252

0 commit comments

Comments
 (0)