From: Philippe Antoine Date: Mon, 17 Jan 2022 14:14:54 +0000 (+0100) Subject: ci: do not use ppa for cocci X-Git-Tag: suricata-7.0.0-beta1~1050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6cb53905466ec50a9bd26e1b389a9fb940c1f7b;p=thirdparty%2Fsuricata.git ci: do not use ppa for cocci As this version segfaults --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 240c5be5be..0ca5ef8b4d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1129,7 +1129,6 @@ jobs: texlive-latex-extra - name: Install Coccinelle run: | - add-apt-repository -y ppa:npalix/coccinelle apt -y install coccinelle - uses: actions/checkout@v2 - uses: actions/download-artifact@v2