diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index 0dcb16e7..f8caf8cf 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