Skip to content

Commit cfa713e

Browse files
committed
ci: Unsafe download of mbedtls
1 parent 24c2e22 commit cfa713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-mbedtls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ filename="$name-$version-$license.tgz"
2929
url="https://tls.mbed.org/download/$filename"
3030

3131
mkdir -p "$destdir"
32-
curl -O "$url"
32+
curl -k -O "$url"
3333
tar xzf "$filename" -C "$destdir" --strip-components 1

0 commit comments

Comments
 (0)