summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-28 06:48:02 (GMT)
committerGitHub <noreply@github.com>2020-07-28 06:48:02 (GMT)
commit9b0292a723105cd79c351bef411d291c44ba6efe (patch)
treecc8ceed92e45a6037d71ed04d78545c9f0273fd8 /.github/workflows
parent5d17292e3aae391e5009ce7056da513366a63338 (diff)
Update main2.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main2.yml3
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