mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-02-09 08:54:28 +01:00
fix: fetch submodules on circleci
This commit is contained in:
parent
c3a5abe466
commit
a916d7070a
|
|
@ -6,7 +6,12 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Build Firmware
|
||||
name: "Pull Submodules"
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- run:
|
||||
name: "Build Firmware"
|
||||
command: make
|
||||
- store_artifacts:
|
||||
path: build/ch.elf
|
||||
|
|
|
|||
Loading…
Reference in a new issue