mirror of
https://github.com/espressif/openthread.git
synced 2026-09-03 07:40:10 +00:00
[github-actions] use --no-check-certificates when invoking wget (#7011)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ setup_arm_gcc_7()
|
||||
fi
|
||||
|
||||
(cd /tmp/ \
|
||||
&& wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 \
|
||||
&& wget --tries 4 --no-check-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 \
|
||||
&& tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)
|
||||
export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user