Github Action - update mcuboot version

This commit is contained in:
mabuch 2021-08-14 20:46:29 +02:00 committed by GitHub
parent fbb4e8c6ae
commit 40afae3833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,17 +83,12 @@ jobs:
if: steps.cache-mcuboot.outputs.cache-hit != 'true' # Install MCUBoot if not found in cache if: steps.cache-mcuboot.outputs.cache-hit != 'true' # Install MCUBoot if not found in cache
run: | run: |
cd ${{ runner.temp }} cd ${{ runner.temp }}
git clone --branch v1.5.0 https://github.com/mcu-tools/mcuboot git clone --branch v1.7.2 https://github.com/mcu-tools/mcuboot
- name: Install imgtool dependencies - name: Install imgtool dependencies
run: | run: |
pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt
# cbor is a dependency that is not currently included in mcuboot requirements.txt
- name: Install imgtool dependencies (cbor)
run: |
pip3 install --user cbor
- name: Install adafruit-nrfutil - name: Install adafruit-nrfutil
run: | run: |
pip3 install --user wheel pip3 install --user wheel