summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f25fd311..4744eaef 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -83,17 +83,12 @@ jobs:
if: steps.cache-mcuboot.outputs.cache-hit != 'true' # Install MCUBoot if not found in cache
run: |
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
run: |
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
run: |
pip3 install --user wheel