Added wheel

This commit is contained in:
Lee Lup Yuen 2020-07-28 14:41:36 +08:00 committed by GitHub
parent 57fb9e4ccd
commit 5d17292e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
run: cd build && make pinetime-mcuboot-app run: cd build && make pinetime-mcuboot-app
- name: Install adafruit-nrfutil and imgtool dependencies - 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 - 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 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