Remove steps to install libssl in job build

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-05-31 12:36:22 +10:00
parent 7455037190
commit 38849734b2
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -54,20 +54,6 @@ jobs:
toolchain: nightly
target: ${{ matrix.target }}
override: true
- name: Install openssl (apt armv7)
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
uses: ryankurte/action-apt@v0.3.0
with:
arch: armhf
packages: libssl-dev:armhf libssl1.1:armhf zlib1g-dev:armhf zlib1g:armhf libc-dev:armhf
- name: Install openssl (apt armv7)
if: ${{ matrix.target == 'armv7-unknown-linux-musleabihf' }}
uses: ryankurte/action-apt@v0.3.0
with:
arch: armhf
packages: libssl-dev:armhf libssl1.1:armhf zlib1g-dev:armhf zlib1g:armhf libc-dev:armhf
- name: Configure caching
uses: actions/cache@v2