fix(release): install esenttial dependencies openssl-devel ()

This commit is contained in:
yetone 2024-09-27 00:24:52 +08:00 committed by GitHub
parent 93abd8e525
commit fc71cc26fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -93,6 +93,9 @@ jobs:
toolchain: 1.80.0 toolchain: 1.80.0
- uses: actions/checkout@v1 # for glibc 2.17 - uses: actions/checkout@v1 # for glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }} if: ${{ matrix.config.os_name == 'linux' }}
- name: Install essential dependencies # for glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }}
run: yum install -y openssl-devel
- name: Install rust # for glibc 2.17 - name: Install rust # for glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }} if: ${{ matrix.config.os_name == 'linux' }}
run: | run: |