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