Skip to content

Commit 76d6d3d

Browse files
authored
Update ports_quectel.yml
Signed-off-by: Nikola Neskovic <nikola.neskovic@quectel.com>
1 parent 73ec71f commit 76d6d3d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ports_quectel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Install tools
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi
16+
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
17+
curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
18+
sudo dpkg -i libicu55.deb || true
1719
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
1820
chmod +x $HOME/helios-toolchain
1921
cd $HOME/

0 commit comments

Comments
 (0)