libbz2-dev is needed for Ubuntu 24.04
This commit is contained in:
parent
99160f65b8
commit
8c56b2d116
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue