We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ccd29 commit 1a03710Copy full SHA for 1a03710
1 file changed
.github/workflows/ports_quectel.yml
@@ -10,8 +10,10 @@ jobs:
10
- name: Checkout Repository
11
uses: actions/checkout@v4
12
13
- - name: Install Special SDK Tool
+ - 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
17
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
18
chmod +x $HOME/helios-toolchain
19
cd $HOME/
0 commit comments