From e28b070dc12a46da4bceb9eff92e0208a742ef72 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Wed, 23 Oct 2024 11:23:20 +0100 Subject: [PATCH] add libdeflate for htslib --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25135fd3e..3c5c57266 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: cuda: '11.8.0' - name: Install dependencies from apt if: matrix.os == 'ubuntu-20.04' - run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libhdf5-dev libssl-dev libzstd-dev autoconf + run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libhdf5-dev libssl-dev libzstd-dev autoconf libdeflate-dev - name: Set up Windows path uses: myci-actions/export-env-var-powershell@1 if: matrix.os == 'windows-2019-large'