diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index 6c9d4011..ce2d5423 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main2.yml @@ -105,8 +105,8 @@ jobs: - name: Make pinetime-mcuboot-app run: cd build && make pinetime-mcuboot-app - - name: Install imgtool dependencies - run: pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt + - name: Install adafruit-nrfutil and imgtool dependencies + run: 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