mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-02-13 10:54:23 +01:00
Update github workflow to install libbz2
This commit is contained in:
parent
7a473e2318
commit
1cfbf86e2f
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…
Reference in a new issue