Update ci.yml

Correction to deb package name
This commit is contained in:
Nathan Scott
2020-08-17 15:48:24 +10:00
committed by GitHub
parent 6cd1615863
commit e1f48c7c7c

View File

@ -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