We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52f4a3 commit 8ac4e67Copy full SHA for 8ac4e67
1 file changed
.github/workflows/benchmark.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Setup container environment
43
run: |
44
- apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
+ apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git libssl-dev
45
cargo install cargo-criterion
46
47
- name: Make repo safe for Git inside container
0 commit comments