Update ci.yml

Install libncurses-dev package on the build system
This commit is contained in:
Nathan Scott 2020-08-17 15:16:49 +10:00 committed by GitHub
parent b3003f02fa
commit c86ac5cf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: prepare
run: sudo apt-get install libncurses-dev
- name: autogen
run: ./autogen.sh
- name: configure