From e0dccbf568748fa14ce2ded961c02da3f1fb9735 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:24:24 +0200 Subject: [PATCH] ci: try to fix errors --- .github/workflows/test-and-lint.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-and-lint.yaml b/.github/workflows/test-and-lint.yaml index 384bba6..94fd344 100644 --- a/.github/workflows/test-and-lint.yaml +++ b/.github/workflows/test-and-lint.yaml @@ -17,6 +17,11 @@ jobs: bins: cargo-tarpaulin components: rustfmt, clippy + - name: Install OS dependencies + run: | + sudo apt-get update + sudo apt-get install -y libssl-dev + - name: Run tests run: cargo test --all --all-features