CI/CD: fix ncurses dependency again

This commit is contained in:
Glenn Y. Rolland 2021-01-03 06:50:01 +01:00
parent 3501013419
commit bd6d788f8d

View file

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