Update main2.yml

This commit is contained in:
Lee Lup Yuen 2020-07-28 14:59:54 +08:00 committed by GitHub
parent 885a68d2f4
commit 98c6c5ee88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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