fix(release): install esenttial dependencies openssl-devel (#647)
This commit is contained in:
parent
93abd8e525
commit
fc71cc26fb
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user