diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-16 19:09:00 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-19 09:14:59 +0100 |
commit | da91ddef98460cf90c9916ccb2dc10f213cb7451 (patch) | |
tree | 591d774108ad0b13857340d24cbd7690eeeeec57 /.github/workflows | |
parent | 692d313fe3be5f88c454d9247cb014db70146d02 (diff) | |
download | weechat-da91ddef98460cf90c9916ccb2dc10f213cb7451.zip |
core: first remove package php7.4-common in CI on Ubuntu 20.04
See: https://github.com/actions/virtual-environments/issues/2859
Diffstat (limited to '.github/workflows')
-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 d6de82bee..68f324119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - name: Install dependencies run: | 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 pylint3 asciidoctor sudo -H pip3 install --ignore-installed msgcheck |