fix: fetch submodules on circleci

scan_delay_optimize
TT 6 years ago
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…
Cancel
Save

Powered by TurnKey Linux.