summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-07-28 05:58:29 (GMT)
committerGitHub <noreply@github.com>2020-07-28 05:58:29 (GMT)
commit57507a689c3d997ef9094c394f15ddc75120e265 (patch)
treee8a978bb7920fd0c038c78d0c141e1a3dd5d1f7f /.github/workflows
parentd91ae6cd50bb6e2396a7e8c5a9eabda83da61c1c (diff)
Update main2.yml
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