From: Nick Porter Date: Tue, 27 Jun 2023 12:27:24 +0000 (+0100) Subject: Remove conflict from fuzzing job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c155fa08a233c2dfd5a756b274bc9a4bfa8e1bd;p=thirdparty%2Ffreeradius-server.git Remove conflict from fuzzing job --- diff --git a/.github/workflows/ci-scheduled-fuzzing.yml b/.github/workflows/ci-scheduled-fuzzing.yml index 2177bf4433b..51ae2af011e 100644 --- a/.github/workflows/ci-scheduled-fuzzing.yml +++ b/.github/workflows/ci-scheduled-fuzzing.yml @@ -192,6 +192,11 @@ jobs: sudo dpkg-reconfigure man-db sudo sed -i 's/^update_initramfs=.*/update_initramfs=no/' /etc/initramfs-tools/update-initramfs.conf + # Remove pre-installed package which conflicts with dependency installation + - name: Remove package conflicts + run: | + sudo apt-get remove -y libhashkit2 + - name: Install build dependencies based on Debian packages plus extra CI packages run: | sudo apt-get update