summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2020-08-17 15:48:24 +1000
committerGitHub <noreply@github.com>2020-08-17 15:48:24 +1000
commite1f48c7c7c93736d165c0e3267ef7819cdd41a22 (patch)
treedef6a9c6f05dd4f93769f70f1cbaeb2f687a4372 /.github
parent6cd1615863730a64df3522855248b6332f789553 (diff)
Update ci.yml
Correction to deb package name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy