diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-13 21:22:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-13 21:39:25 +0100 |
commit | 463517bd1e1b68cfbd1aebcd6e90562f5e2d1d32 (patch) | |
tree | b5b4bc6f255111086120dfac4008dbb5d08c917f /.github/workflows/ci.yml | |
parent | 46f3bee2ffd79f628170b998d063f8d60f207798 (diff) | |
download | weechat-463517bd1e1b68cfbd1aebcd6e90562f5e2d1d32.zip |
core: fix tests on PHP plugin in CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bd3853ef..a608e855a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: run: | sudo apt-add-repository --yes ppa:ondrej/php sudo apt-get update -qq + sudo apt-get --yes purge php8.1-dev sudo apt-get --yes --no-install-recommends install devscripts equivs python3-pip libenchant-dev autopoint cmake ninja-build lcov pkg-config libncursesw5-dev gem2deb libperl-dev python2-dev python3-dev libaspell-dev liblua5.3-dev tcl8.6-dev guile-2.0-dev libv8-dev libcurl4-gnutls-dev libgcrypt20-dev libgnutls28-dev zlib1g-dev curl libcpputest-dev php8.0-dev libphp8.0-embed libargon2-0-dev libsodium-dev pylint python3-bandit asciidoctor sudo -H pip3 install --ignore-installed msgcheck |