1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: remove useless install of msgcheck in CodeQL analysis

This commit is contained in:
Sébastien Helleu
2025-12-07 09:23:44 +01:00
parent 9e814860ae
commit b42f7a400e
-1
View File
@@ -279,7 +279,6 @@ jobs:
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_DEPS_UBUNTU }}
# uninstall php imagick as is causes a crash when loading php plugin (see #2009)
sudo apt-get --yes purge php8.3-imagick
pipx install msgcheck
- name: Initialize CodeQL
uses: github/codeql-action/init@v3