summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2020-08-17 15:16:49 +1000
committerGitHub <noreply@github.com>2020-08-17 15:16:49 +1000
commitc86ac5cf98427c1a917342aef13a84aa91768ae6 (patch)
tree948e8fefd6e9e890078e3b544dbbcf074201bacc /.github
parentb3003f02fa235a128b497ba55024bd475ecf938c (diff)
Update ci.yml
Install libncurses-dev package on the build system
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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

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