summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml
index 0dcb16e..f8caf8c 100644
--- a/.github/workflows/main2.yml
+++ b/.github/workflows/main2.yml
@@ -77,7 +77,7 @@ jobs:
- name: Install MCUBoot
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/JuulLabs-OSS/mcuboot
+ run: cd ${{ runner.temp }} && git clone --branch v1.5.0 https://github.com/JuulLabs-OSS/mcuboot && pip3 install --user -r mcuboot/scripts/requirements.txt
#########################################################################################
# Checkout