Skip to content

Commit febb540

Browse files
authored
Have curl check the certificate (#1891)
1 parent 738dbdc commit febb540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

@@ -103,7 +103,7 @@ runs:
103103
function populate_cuda_path() {
104104
# take the component name as a argument
105105
function download() {
106-
curl -kLSs $1 -o $2
106+
curl -LSs $1 -o $2
107107
}
108108
CTK_COMPONENT=$1
109109
CTK_COMPONENT_REL_PATH="$(curl -s $CTK_JSON_URL |

0 commit comments

Comments
 (0)