Skip to content

Commit 5211787

Browse files
committed
use libedit instead of readline for CI
1 parent 9467ffb commit 5211787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
libxml2-dev \
4545
libxslt1-dev \
4646
libpq-dev \
47-
libreadline-dev \
47+
libedit-dev \
4848
libldap2-dev \
4949
libsodium-dev \
5050
libargon2-0-dev \

.github/actions/configure-x64/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
--enable-sysvshm \
4242
--enable-shmop \
4343
--enable-pcntl \
44-
--with-readline \
44+
--without-readline --with-libedit \
4545
--enable-mbstring \
4646
--with-curl \
4747
--with-gettext \

0 commit comments

Comments
 (0)