Skip to content

Commit 42666cf

Browse files
committed
tools/ci.sh: Fix wrong path.
1 parent 9a81f03 commit 42666cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ function ci_qemu_build_rv64 {
463463
function ci_quectel_setup {
464464
ci_gcc_arm_setup
465465
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/libicu55.deb || true
466+
sudo dpkg -i $HOME/tmp/libicu55.deb || true
467467
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/tmp/helios-toolchain
468468
chmod +x $HOME/tmp/helios-toolchain
469469
cd $HOME/tmp

0 commit comments

Comments
 (0)