Skip to content

Commit 5766b18

Browse files
authored
Update ports_quectel.yml
Signed-off-by: Nikola Neskovic <nikola.neskovic@quectel.com>
1 parent 0eed9ce commit 5766b18

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ports_quectel.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: Build mpy-cross
2222
run: |
2323
make -C mpy-cross
24-
cd $HOME/helios/bin
25-
./helios
24+
cd ports/quectel
25+
make submodules
2626
2727
- name: Build Firmware
28-
run: |
29-
make submodules
30-
make BOARD=EC600UCN_LB
28+
run: make BOARD=EC600UCN_LB

0 commit comments

Comments
 (0)