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

@ -55,20 +55,6 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
override: true 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 - name: Configure caching
uses: actions/cache@v2 uses: actions/cache@v2
# Caching disabled on macos due to https://github.com/actions/cache/issues/403 # Caching disabled on macos due to https://github.com/actions/cache/issues/403