Update main2.yml

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

View File

@ -28,11 +28,12 @@ jobs:
- name: Install adafruit-nrfutil
run: |
pip3 install wheel
pip3 install setuptools
pip3 install adafruit-nrfutil
pip3 install --user wheel
pip3 install --user setuptools
pip3 install --user adafruit-nrfutil
pip3 show adafruit-nrfutil
pip3 -V
ls -l ~/.local/bin
adafruit-nrfutil --help
#########################################################################################