.github/workflows/mbedtls.yml: bump to mbedtls 3.1.0

Closes #8215
This commit is contained in:
Daniel Stenberg 2022-01-03 08:58:04 +01:00
parent e8541c0aae
commit c07aca3baa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -32,7 +32,7 @@ jobs:
name: install prereqs
- run: |
git clone --depth=1 -b v3.0.0 https://github.com/ARMmbed/mbedtls
git clone --depth=1 -b v3.1.0 https://github.com/ARMmbed/mbedtls
cd mbedtls
make
make DESTDIR=$HOME/mbed install