We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738dbdc commit febb540Copy full SHA for febb540
.github/actions/fetch_ctk/action.yml
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
@@ -103,7 +103,7 @@ runs:
103
function populate_cuda_path() {
104
# take the component name as a argument
105
function download() {
106
- curl -kLSs $1 -o $2
+ curl -LSs $1 -o $2
107
}
108
CTK_COMPONENT=$1
109
CTK_COMPONENT_REL_PATH="$(curl -s $CTK_JSON_URL |
0 commit comments