We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ec71f commit 76d6d3dCopy full SHA for 76d6d3d
1 file changed
.github/workflows/ports_quectel.yml
@@ -13,7 +13,9 @@ jobs:
13
- name: Install tools
14
run: |
15
sudo apt-get update
16
- sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi
+ 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
19
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
20
chmod +x $HOME/helios-toolchain
21
cd $HOME/
0 commit comments