summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-28 06:28:38 (GMT)
committerGitHub <noreply@github.com>2020-07-28 06:28:38 (GMT)
commitcb5b69b904ddf5f3d1b52e425babb72392fae73c (patch)
tree8705b883cbfa61a54fca97af818812f9cfa42c1c /.github/workflows
parent6469566cbe3fad24e0d743a4b219f80e56d19107 (diff)
Added setuptools
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml
index 59b7f3c..fb4abb5 100644
--- a/.github/workflows/main2.yml
+++ b/.github/workflows/main2.yml
@@ -106,7 +106,7 @@ jobs:
run: cd build && make pinetime-mcuboot-app
- name: Install adafruit-nrfutil and imgtool dependencies
- run: pip3 install --user adafruit-nrfutil && pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt
+ run: pip3 install --user setuptools adafruit-nrfutil && pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt
- name: Create firmware image
run: ${{ runner.temp }}/mcuboot/scripts/imgtool.py create --align 4 --version 1.0.0 --header-size 32 --slot-size 475136 --pad-header build/src/pinetime-mcuboot-app.bin build/src/pinetime-mcuboot-app.img