Skip to content

Commit 40afae3

Browse files
authored
Github Action - update mcuboot version
1 parent fbb4e8c commit 40afae3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,12 @@ jobs:
8383
if: steps.cache-mcuboot.outputs.cache-hit != 'true' # Install MCUBoot if not found in cache
8484
run: |
8585
cd ${{ runner.temp }}
86-
git clone --branch v1.5.0 https://github.com/mcu-tools/mcuboot
86+
git clone --branch v1.7.2 https://github.com/mcu-tools/mcuboot
8787
8888
- name: Install imgtool dependencies
8989
run: |
9090
pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt
9191
92-
# cbor is a dependency that is not currently included in mcuboot requirements.txt
93-
- name: Install imgtool dependencies (cbor)
94-
run: |
95-
pip3 install --user cbor
96-
9792
- name: Install adafruit-nrfutil
9893
run: |
9994
pip3 install --user wheel

0 commit comments

Comments
 (0)