We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcd6e8 commit c9f1739Copy full SHA for c9f1739
1 file changed
.github/workflows/ports_quectel.yml
@@ -15,9 +15,9 @@ jobs:
15
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/helios-toolchain
16
chmod +x $HOME/helios-toolchain
17
cd $HOME/
18
- helios-toolchain
+ ./helios-toolchain
19
cd $HOME/helios/bin
20
- helios
+ ./helios
21
echo "$HOME/helios/helios/bin" >> $GITHUB_PATH
22
23
- name: Build mpy-cross
0 commit comments