github/workflows/mbedtls: fix indent & remove unnecessary line breaks

Closes #8399
This commit is contained in:
Sebastian Sterk 2022-02-07 21:39:58 +01:00 committed by Daniel Stenberg
parent 47fc8a4be6
commit 436398bef5
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 16 additions and 19 deletions

View file

@ -29,13 +29,12 @@ jobs:
name: install prereqs
- run: |
git clone --depth=1 --recursive https://github.com/rustls/rustls-ffi.git -b v0.8.2
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
cd rustls-ffi
make
make DESTDIR=$HOME/rustls install
git clone --depth=1 --recursive https://github.com/rustls/rustls-ffi.git -b v0.8.2
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'
- uses: actions/checkout@v2