mirror of https://github.com/xzeldon/htop.git
Update ci.yml
Install libncurses-dev package on the build system
This commit is contained in:
parent
b3003f02fa
commit
c86ac5cf98
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: prepare
|
||||
run: sudo apt-get install libncurses-dev
|
||||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
|
|
Loading…
Reference in New Issue