diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main2.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index 354a741..bc9e745 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main2.yml @@ -26,6 +26,9 @@ jobs: steps: + - name: Install adafruit-nrfutil and imgtool dependencies + run: pip3 install --user wheel && pip3 install --user setuptools && pip3 install --user adafruit-nrfutil && adafruit-nrfutil --help + ######################################################################################### # Download and Cache Dependencies |
