fix(release): install openssl headers (#662)

This commit is contained in:
yetone 2024-09-28 21:45:21 +08:00 committed by GitHub
parent e3e5785a1a
commit 6aaaeda003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,11 @@ jobs:
run: |
cargo build --release --features ${{ matrix.feature }}
- name: Install OpenSSL headers
if: ${{ matrix.config.os_name == 'linux' }}
run: |
sudo apt-get install -y pkg-config libssl-dev
- name: Build all crates with glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }}
run: |