diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 06:41:36 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 06:41:36 (GMT) |
| commit | 5d17292e3aae391e5009ce7056da513366a63338 (patch) | |
| tree | 18d73bb667baf1f42ce0da4f28cc29e47bc20506 /.github/workflows | |
| parent | 57fb9e4ccd5e9c9d8b3fbed7f17d7464a67890e9 (diff) | |
Added wheel
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index dbb3997..354a741 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 setuptools && pip3 install --user adafruit-nrfutil && pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt + run: pip3 install --user wheel && pip3 install --user setuptools && pip3 install --user 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 |
