mirror of https://github.com/xzeldon/htop.git
parent
6cd1615863
commit
e1f48c7c7c
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: |
|
||||
sudo apt-get install libncurses-dev
|
||||
sudo apt-get install libncursesw5-dev
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
|
@ -24,6 +24,5 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue