ci: added build deps

This commit is contained in:
2025-12-02 20:48:38 +01:00
parent 2bd59b4556
commit 14b3d6128c

View File

@@ -19,6 +19,10 @@ jobs:
components: rustfmt
- name: Check format
run: cargo fmt --check
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
- name: Build
run: cargo build
- name: Install runtime system dependencies