ci: handle git submodules for mbedTLS

This commit is contained in:
Max Dymond 2024-05-14 10:02:30 +01:00
parent 443d29cc69
commit 599fe1e4c5

View File

@ -279,6 +279,7 @@ jobs:
run: |
git clone --quiet --depth=1 -b v${{ env.mbedtls-version }} https://github.com/ARMmbed/mbedtls
cd mbedtls
git submodule update --init
make DESTDIR=$HOME/mbedtls install
- name: cache openssl3