Skip to content

Commit 29db7be

Browse files
committed
tools/ci.sh: Change to $HOME again.
1 parent d55df7d commit 29db7be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/ci.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ function ci_qemu_build_rv64 {
462462

463463
function 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 ~/Downloads/libicu55.deb
466-
sudo dpkg -i ~/Downloads/libicu55.deb || true
467-
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o ~/Downloads/helios-toolchain
468-
chmod +x ~/Downloads/helios-toolchain
469-
sudo ~/Downloads/helios-toolchain --target $HOME/helios
465+
curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o $HOME/Downloads/libicu55.deb
466+
sudo dpkg -i $HOME/Downloads/libicu55.deb || true
467+
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOMe/Downloads/helios-toolchain
468+
chmod +x $HOME/Downloads/helios-toolchain
469+
sudo $HOME/Downloads/helios-toolchain --target $HOME/helios
470470
export PATH="$HOME/helios/bin:$PATH"
471471
}
472472

0 commit comments

Comments
 (0)