mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Update github workflow to install libbz2
This commit is contained in:
parent
7a473e2318
commit
1cfbf86e2f
1 changed files with 2 additions and 4 deletions
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
|
|
@ -17,10 +17,8 @@ jobs:
|
|||
run: git fetch --prune --unshallow
|
||||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: install liblzo2-dev
|
||||
run: sudo apt install -y liblzo2-dev
|
||||
- name: install liblz4-dev
|
||||
run: sudo apt install -y liblz4-dev
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y liblzo2-dev liblz4-dev libbz2-dev zlib1g-dev
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue