From 9b0292a723105cd79c351bef411d291c44ba6efe Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Tue, 28 Jul 2020 14:48:02 +0800 Subject: Update main2.yml 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 -- cgit v0.10.2