We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb4e8c commit 40afae3Copy full SHA for 40afae3
1 file changed
.github/workflows/main.yml
@@ -83,17 +83,12 @@ jobs:
83
if: steps.cache-mcuboot.outputs.cache-hit != 'true' # Install MCUBoot if not found in cache
84
run: |
85
cd ${{ runner.temp }}
86
- git clone --branch v1.5.0 https://github.com/mcu-tools/mcuboot
+ git clone --branch v1.7.2 https://github.com/mcu-tools/mcuboot
87
88
- name: Install imgtool dependencies
89
90
pip3 install --user -r ${{ runner.temp }}/mcuboot/scripts/requirements.txt
91
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
-
97
- name: Install adafruit-nrfutil
98
99
pip3 install --user wheel
0 commit comments