CI: optimize some more dependencies install

Signed-off-by: Philip Heiduck <pheiduck@Philips-MBP.lan>

Closes #9500
This commit is contained in:
Philip Heiduck 2022-09-13 16:15:12 +02:00 committed by Marc Hoersken
parent 94445e7977
commit 80a4a848df
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -40,7 +40,6 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
cd rustls-ffi
make
make DESTDIR=$HOME/rustls install
name: 'install rustls'