Skip to content

Commit

Permalink
add libssl for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Oct 15, 2024
1 parent faa1ba5 commit 4bf71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Linux dependencies
run: sudo apt-get update && sudo apt-get install -y pkg-config build-essential libudev-dev
run: sudo apt-get update && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev

- name: Install stable Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 4bf71b5

Please sign in to comment.