mirror of
https://github.com/curl/curl.git
synced 2026-05-14 02:26:21 +03:00
ci: handle git submodules for mbedTLS
This commit is contained in:
parent
443d29cc69
commit
599fe1e4c5
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue