fix: create obj/ directory before parallel build
Build Firmware / Build stm32-teslacharger (pull_request) Successful in 59s

This commit is contained in:
2026-04-30 11:01:41 -04:00
parent 69822ca08e
commit 3d2dbbc709
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: make get-deps run: make get-deps
- name: Build firmware - name: Build firmware
run: make images -j$(nproc) run: make directories && make images -j$(nproc)
- name: Show binary size - name: Show binary size
run: ls -lh stm32_charger.bin run: ls -lh stm32_charger.bin