Skip to content

Commit ebed3b7

Browse files
committed
fix: add libopenssl-dev to benchmark container env
1 parent 69c62b1 commit ebed3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 openssl-dev
4545
cargo install cargo-criterion
4646
4747
- name: Make repo safe for Git inside container

0 commit comments

Comments
 (0)