mirror of
https://github.com/curl/curl.git
synced 2026-07-30 01:48:04 +03:00
github/workflows/mbedtls: fix indent & remove unnecessary line breaks
Closes #8399
This commit is contained in:
parent
47fc8a4be6
commit
436398bef5
3 changed files with 16 additions and 19 deletions
13
.github/workflows/rustls.yml
vendored
13
.github/workflows/rustls.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue