install libssl-dev

This commit is contained in:
Paul Campbell 2024-03-09 21:08:51 +00:00
parent b978bd2061
commit 5823ef1c7b

View file

@ -7,6 +7,7 @@ steps:
- event: pull_request - event: pull_request
image: docker.io/rust:latest image: docker.io/rust:latest
commands: commands:
- apt-get install libssl-dev
- cargo build - cargo build
test: test:
when: when: