cd.yaml: install libssl-dev
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s

This commit is contained in:
Akulij 2025-05-04 02:43:41 +03:00
parent a5c0115a4d
commit db3ef07dfc

View File

@ -6,6 +6,8 @@ jobs:
name: cargo build
runs-on: ubuntu-latest
steps:
- name: Install Ubuntu deps
run: apt install libssl-dev
- name: Restore cached toolchain
id: cache-toolchain
uses: actions/cache/restore@v4