mirror of
https://github.com/sascha-hemi/HGD4_reversed.git
synced 2026-03-21 03:03:46 +01:00
Update main.yml
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -20,7 +20,12 @@ jobs:
|
||||
- name: Install PlatformIO Core
|
||||
run: pip install --upgrade platformio
|
||||
|
||||
- name: Build PlatformIO Project
|
||||
- name: Build NRF firmware
|
||||
run: |
|
||||
cd HGD4_reversed
|
||||
cd NRF_firmware
|
||||
pio run
|
||||
|
||||
- name: Build ESP firmware
|
||||
run: |
|
||||
cd ESP_firmware
|
||||
pio run
|
||||
|
||||
Reference in New Issue
Block a user