From e1f48c7c7c93736d165c0e3267ef7819cdd41a22 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 17 Aug 2020 15:48:24 +1000 Subject: Update ci.yml Correction to deb package name --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ad7aec..21542cee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3