mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
add adafruit-nrfutil to CI build
This commit is contained in:
parent
82e5e1858a
commit
ea6c33f3d2
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -19,5 +19,8 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U platformio
|
||||
- name: Install extra python tools
|
||||
run: |
|
||||
pip3 install --user adafruit-nrfutil
|
||||
- name: Build
|
||||
run: platformio run -e tbeam -e heltec -e nrf52840dk -e feather_nrf52832
|
||||
|
Loading…
Reference in New Issue
Block a user