Skip to content

Commit

Permalink
linux build needs openssl headers
Browse files Browse the repository at this point in the history
  • Loading branch information
klaernie committed Aug 24, 2024
1 parent 6763b65 commit b0dec8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
${{ runner.os }}-cargo
- name: install openssl-dev for crate openssl-sys
# see https://docs.rs/openssl/latest/openssl/#automatic for the recommendation on which packages are needed
run: sudo apt-get install pkg-config libssl-dev

- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit b0dec8d

Please sign in to comment.