CI/CD: add runtime version of ncurses too

This commit is contained in:
Glenn Y. Rolland 2021-01-03 06:24:28 +01:00
parent ad883d8ec8
commit 7ef59393d8

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install libncurses5
run: apt-get update && apt-get install -y libncurses5-dev
run: apt-get update && apt-get install -y libncurses5-dev libncurses5
- name: Install dependencies
run: shards install