Added setuptools

This commit is contained in:
Lee Lup Yuen 2020-07-28 14:28:38 +08:00 committed by GitHub
parent 6469566cbe
commit cb5b69b904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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 - 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