mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-10 15:37:17 +00:00
try to fix adafruit-nrfutil bin being in path?
This commit is contained in:
parent
ea6c33f3d2
commit
9ba9e82706
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,6 +21,6 @@ jobs:
|
||||
pip install -U platformio
|
||||
- name: Install extra python tools
|
||||
run: |
|
||||
pip3 install --user adafruit-nrfutil
|
||||
pip install -U adafruit-nrfutil
|
||||
- name: Build
|
||||
run: platformio run -e tbeam -e heltec -e nrf52840dk -e feather_nrf52832
|
||||
|
Loading…
Reference in New Issue
Block a user