From c86ac5cf98427c1a917342aef13a84aa91768ae6 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 17 Aug 2020 15:16:49 +1000 Subject: Update ci.yml Install libncurses-dev package on the build system --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ca129e..acc19505 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3