diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 06:34:04 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 06:34:04 (GMT) |
| commit | 57fb9e4ccd5e9c9d8b3fbed7f17d7464a67890e9 (patch) | |
| tree | 801c411993d647932dd450d783c99b8020af84aa /.github | |
| parent | 2ddf1ed2f335a687b2b1117ec0c8a4d2cb3cf82c (diff) | |
Update main2.yml
Diffstat (limited to '.github')
| -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 97c91e7..dbb3997 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 adafruit-nrfutil && pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt + run: 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 |
