diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 06:22:27 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 06:22:27 (GMT) |
| commit | 423399706783ebac7b8f2ea0bc0e6f169acc9960 (patch) | |
| tree | c9d0c195532bc7c8321e493daa796fe25a57d80f /.github/workflows | |
| parent | 3dcaf6c6c6740c4024013eee2e7022485ec4fd68 (diff) | |
Update main2.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index 6c9d401..ce2d542 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 |
