Update main2.yml
This commit is contained in:
parent
885a68d2f4
commit
98c6c5ee88
2
.github/workflows/main2.yml
vendored
2
.github/workflows/main2.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user