Skip to content

Commit 1a03710

Browse files
authored
Update ports_quectel.yml
Signed-off-by: Nikola Neskovic <nikola.neskovic@quectel.com>
1 parent 78ccd29 commit 1a03710

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
@@ -10,8 +10,10 @@ jobs:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v4
1212

13-
- name: Install Special SDK Tool
13+
- name: Install tools
1414
run: |
15+
sudo apt-get update
16+
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi
1517
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
1618
chmod +x $HOME/helios-toolchain
1719
cd $HOME/

0 commit comments

Comments
 (0)