We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0474430 commit 29bee7eCopy full SHA for 29bee7e
1 file changed
.github/workflows/ports_quectel.yml
@@ -17,7 +17,7 @@ jobs:
17
cd $HOME/
18
./helios-toolchain
19
echo "$HOME/helios/bin" >> $GITHUB_PATH
20
- echo "$HOME/helios/helios/gcc-arm-none-eabi/bin"
+ echo "$HOME/helios/helios/gcc-arm-none-eabi/bin" >> $GITHUB_PATH
21
22
- name: Build Firmware
23
run: |
0 commit comments