Skip to content

Commit ca5fb4c

Browse files
committed
Install static tinfo via libncurses
1 parent 75c2f7a commit ca5fb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
run: |
214214
export DEBIAN_FRONTEND=noninteractive
215215
apt-get update
216-
apt-get install -qy bzip2 curl g++ haskell-stack libtinfo-dev make procps zlib1g-dev
216+
apt-get install -qy bzip2 curl g++ haskell-stack libncurses-dev make procps zlib1g-dev
217217
apt-get install -qy gdb
218218
- name: "locale en_US.UTF-8"
219219
run: |
@@ -284,7 +284,7 @@ jobs:
284284
- name: "Install build prerequisites"
285285
run: |
286286
apt-get update
287-
apt-get install -qy bzip2 curl g++ haskell-stack libtinfo-dev make procps zlib1g-dev
287+
apt-get install -qy bzip2 curl g++ haskell-stack libncurses-dev make procps zlib1g-dev
288288
apt-get install -qy bash-completion build-essential debhelper devscripts
289289
- name: "Prepare stack directories"
290290
run: |

0 commit comments

Comments
 (0)