Skip to content

Commit

Permalink
openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 15, 2024
1 parent 6c0161f commit 90aacca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ jobs:
with:
fetch-depth: 1

- name: Install pkg-config
run: sudo apt-get install -y pkg-config
- name: Install pkg-config and openssl
run: |
sudo apt-get install -y pkg-config
sudo apt-get install -y libssl-dev
- name: Set up rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 90aacca

Please sign in to comment.