Github Action - update mcuboot version
This commit is contained in:
parent
fbb4e8c6ae
commit
40afae3833
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user