From bf25fdfef90d21d3c6e7434a87599ffa5424c686 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Sun, 6 Oct 2024 20:59:28 -0700 Subject: [PATCH] fix --- .github/workflows/test-suite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 2bfe44e4fa6..f947d9afac4 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -62,7 +62,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Install dependencies + run: sudo apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang - name: Generate code coverage run: | cargo lockbud -k deadlock -b -l=openssl,openssl-sys,native-tls,tokio,tokio-stream,tokio-util,ethereum_hashing