Update main2.yml

This commit is contained in:
Lee Lup Yuen 2020-07-28 15:11:18 +08:00 committed by GitHub
parent 27af2364a5
commit c29b912c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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
#########################################################################################