From 8c56b2d116f6313b5ae241e158a57716a142dc45 Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 16 Aug 2024 22:26:53 -0700 Subject: [PATCH] libbz2-dev is needed for Ubuntu 24.04 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64a252e7f..12be2b60c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Install dependencies run: | sudo apt update -qq - sudo apt install -y make g++ git bison flex gperf libreadline-dev autoconf python3-sphinx python3-docopt + sudo apt install -y make g++ git bison flex gperf libreadline-dev libbz2-dev autoconf python3-sphinx python3-docopt - name: Build, check and install run: |