Install libncursesw5 instead of libncursesw6

DF is hardcoded to open libncurses.so.5 first. Both libncurses.so.5 and
libncurses.so.6 on Ubuntu 20.04 appear to have a valid waddnwstr symbol on my
end, but the GitHub Actions environment might be different.
develop
lethosor 2021-09-17 23:10:39 -04:00
parent 1d0985d51a
commit b7afbf788a
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

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