mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-23 22:55:46 +00:00
Update ci.yml
Correction to deb package name
This commit is contained in:
parent
6cd1615863
commit
e1f48c7c7c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
Block a user