diff --git a/.builds/alpine.yml b/.builds/alpine.yml index d9c98e5ee..ca4c7882a 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -4,12 +4,13 @@ packages: - ninja - ncurses-dev - pcre2-dev - - expect - - python + - python3 + - py-pip sources: - https://git.sr.ht/~faho/fish tasks: - build: | + pip3 install pexpect cd fish mkdir build || : cd build diff --git a/.builds/arch.yml b/.builds/arch.yml index 31c55db6c..ede0e5084 100644 --- a/.builds/arch.yml +++ b/.builds/arch.yml @@ -2,8 +2,8 @@ image: archlinux packages: - cmake - ninja - - expect - python + - python-pexpect sources: - https://git.sr.ht/~faho/fish tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index e3d4eafbc..451244767 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -3,11 +3,11 @@ packages: - ncurses - gcc - gettext - - expect - cmake - gmake - pcre2 - python + - py37-pexpect sources: - https://git.sr.ht/~faho/fish tasks: