File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments