ci: handle git submodules for mbedTLS
This commit is contained in:
parent
443d29cc69
commit
599fe1e4c5
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user