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

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