diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-19 07:12:23 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-19 07:12:23 +0100 |
commit | 3b76a8dd82afb6edcdb7776803a48891a495e612 (patch) | |
tree | dc088c65c9c97ebd8b4b24b8195b48951430eb52 /.github/workflows/ci.yml | |
parent | bcddb060941e7bc6cc9d527abc7e5f72dcb1cdd8 (diff) | |
download | weechat-3b76a8dd82afb6edcdb7776803a48891a495e612.zip |
core: add repository ppa:ondrej/php in CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 489299eed..a5f8c5083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: - name: Install dependencies run: | + sudo apt-add-repository --yes ppa:ondrej/php sudo apt-get update -qq - sudo apt-get purge php7.4-common sudo apt-get --yes --no-install-recommends install devscripts equivs python3-pip libenchant-dev autopoint cmake 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 php7.4-dev libphp7.4-embed libargon2-0-dev libsodium-dev pylint asciidoctor sudo -H pip3 install --ignore-installed msgcheck |