We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a81f03 commit 42666cfCopy full SHA for 42666cf
1 file changed
tools/ci.sh
@@ -463,7 +463,7 @@ function ci_qemu_build_rv64 {
463
function ci_quectel_setup {
464
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/libicu55.deb || true
+ 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
0 commit comments