Skip to content

Commit 8ac4e67

Browse files
authored
fix: add openssl-dev to benchmark container env (#3401)
1 parent c52f4a3 commit 8ac4e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Setup container environment
4343
run: |
44-
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
44+
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git libssl-dev
4545
cargo install cargo-criterion
4646
4747
- name: Make repo safe for Git inside container

0 commit comments

Comments
 (0)