From: Max Dymond Date: Tue, 14 May 2024 09:02:30 +0000 (+0100) Subject: ci: handle git submodules for mbedTLS X-Git-Tag: curl-8_8_0~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=599fe1e4c5cd0d945aadbc902723cd251b46bfe0;p=thirdparty%2Fcurl.git ci: handle git submodules for mbedTLS --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0b6190c849..77bd2cf638 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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