Skip to content

Commit c9f1739

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ports_quectel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
1616
chmod +x $HOME/helios-toolchain
1717
cd $HOME/
18-
helios-toolchain
18+
./helios-toolchain
1919
cd $HOME/helios/bin
20-
helios
20+
./helios
2121
echo "$HOME/helios/helios/bin" >> $GITHUB_PATH
2222
2323
- name: Build mpy-cross

0 commit comments

Comments
 (0)