Skip to content

Commit f954b05

Browse files
committed
tools/ci.sh: Add template gcc setup.
1 parent d5697b9 commit f954b05

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,7 @@ function ci_qemu_build_rv64 {
461461
# ports/quectel
462462

463463
function ci_quectel_setup {
464-
sudo apt-get update
465-
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
464+
ci_gcc_arm_setup
466465
curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
467466
sudo dpkg -i libicu55.deb || true
468467
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain

0 commit comments

Comments
 (0)