Update main2.yml
This commit is contained in:
parent
27af2364a5
commit
c29b912c6f
|
@ -28,12 +28,11 @@ jobs:
|
|||
|
||||
- name: Install adafruit-nrfutil
|
||||
run: |
|
||||
pip3 install --user wheel
|
||||
pip3 install --user setuptools
|
||||
pip3 install --user adafruit-nrfutil
|
||||
pip3 install wheel
|
||||
pip3 install setuptools
|
||||
pip3 install adafruit-nrfutil
|
||||
pip3 show adafruit-nrfutil
|
||||
pip3 -V
|
||||
ls -l /home/runner/.local/lib/python3.6/site-packages/adafruit_nrfutil-0.5.3.post12.dist-info
|
||||
adafruit-nrfutil --help
|
||||
|
||||
#########################################################################################
|
||||
|
|
Loading…
Reference in New Issue