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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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