mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 22:35:40 +00:00
Add liblz4-dev to github integration.
This commit is contained in:
parent
3345a239b7
commit
2f5c9c083e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
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: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue