Update main2.yml

This commit is contained in:
Lee Lup Yuen 2020-07-28 15:02:24 +08:00 committed by GitHub
parent 98c6c5ee88
commit dfd413bcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,12 @@ jobs:
steps:
- name: Install adafruit-nrfutil
run: pip install --user wheel && pip install --user setuptools && pip install --user adafruit-nrfutil && pip show adafruit-nrfutil && adafruit-nrfutil --help
run: |
pip3 install --user wheel
pip3 install --user setuptools
pip3 install --user adafruit-nrfutil
pip3 show adafruit-nrfutil
adafruit-nrfutil --help
#########################################################################################
# Download and Cache Dependencies