Update main2.yml
This commit is contained in:
parent
885a68d2f4
commit
98c6c5ee88
4
.github/workflows/main2.yml
vendored
4
.github/workflows/main2.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install adafruit-nrfutil
|
- 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
|
# Download and Cache Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user