We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5697b9 commit f954b05Copy full SHA for f954b05
1 file changed
tools/ci.sh
@@ -461,8 +461,7 @@ function ci_qemu_build_rv64 {
461
# ports/quectel
462
463
function ci_quectel_setup {
464
- sudo apt-get update
465
- sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
+ ci_gcc_arm_setup
466
curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
467
sudo dpkg -i libicu55.deb || true
468
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
0 commit comments