mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 10:57:07 +03: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
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install libncurses-dev
|
sudo apt-get install libncursesw5-dev
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
@ -24,6 +24,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
./autogen.sh
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user