Skip to content

Commit

Permalink
libbz2-dev is needed for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Aug 17, 2024
1 parent 99160f6 commit 8c56b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c56b2d

Please sign in to comment.