Update main2.yml
This commit is contained in:
parent
c29b912c6f
commit
de2f01bd9b
7
.github/workflows/main2.yml
vendored
7
.github/workflows/main2.yml
vendored
@ -28,11 +28,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install adafruit-nrfutil
|
- name: Install adafruit-nrfutil
|
||||||
run: |
|
run: |
|
||||||
pip3 install wheel
|
pip3 install --user wheel
|
||||||
pip3 install setuptools
|
pip3 install --user setuptools
|
||||||
pip3 install adafruit-nrfutil
|
pip3 install --user adafruit-nrfutil
|
||||||
pip3 show adafruit-nrfutil
|
pip3 show adafruit-nrfutil
|
||||||
pip3 -V
|
pip3 -V
|
||||||
|
ls -l ~/.local/bin
|
||||||
adafruit-nrfutil --help
|
adafruit-nrfutil --help
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user