Skip to content

Commit

Permalink
fix(release): install openssl headers (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 28, 2024
1 parent e3e5785 commit 6aaaeda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6aaaeda

Please sign in to comment.