diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5d9b0..cd5b5df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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