Skip to content

Commit 2ee20e3

Browse files
committed
add --insecure option
- this option will be revmoed after stable link is defined. Signed-off-by: jiseong.oh <[email protected]>
1 parent b36a000 commit 2ee20e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-samsung-linux-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ download_ai_lite_core() {
2121
sudo update-ca-certificates
2222

2323
curl --silent --show-error --location --fail --retry 3 \
24-
--output "${_tmp_archive}" "${_exynos_ai_lite_core_url}"
24+
--output "${_tmp_archive}" --insecure "${_exynos_ai_lite_core_url}"
2525

2626
tar -C "${_exynos_lite_core_dir}" --strip-components=1 -xzvf "${_tmp_archive}"
2727

0 commit comments

Comments
 (0)