Install libncursesw6

In the past week, run-tests.py has started failing due to an ncurses issue on
Ubuntu 20.04, logged to stdout:

```
Didn't find any flavor of libncursesw, attempting libncurses
Symbol not found: waddnwstr
```
develop
lethosor 2021-09-17 17:37:36 -04:00
parent 0f479d905a
commit b1854f251e
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 0 deletions

@ -30,6 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install \
libgtk2.0-0 \
libncursesw6 \
libsdl-image1.2-dev \
libsdl-ttf2.0-dev \
libsdl1.2-dev \