File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,13 +462,13 @@ function ci_qemu_build_rv64 {
462462
463463function ci_quectel_setup {
464464 ci_gcc_arm_setup
465- curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o $HOME /tmp/ libicu55.deb
466- sudo dpkg -i $HOME /tmp/ libicu55.deb || true
467- curl -L " https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME /tmp/ helios-toolchain
468- chmod +x $HOME /tmp/ helios-toolchain
469- cd $HOME /tmp
465+ curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o $HOME /libicu55.deb
466+ sudo dpkg -i $HOME /libicu55.deb || true
467+ curl -L " https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME /helios-toolchain
468+ chmod +x $HOME /helios-toolchain
469+ cd $HOME
470470 ./helios-toolchain
471- echo " $HOME /tmp/ helios/bin" >> $GITHUB_PATH
471+ echo " $HOME /helios/bin" >> $GITHUB_PATH
472472}
473473
474474function ci_quectel_build {
You can’t perform that action at this time.
0 commit comments