]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove conflict from fuzzing job
authorNick Porter <nick@portercomputing.co.uk>
Tue, 27 Jun 2023 12:27:24 +0000 (13:27 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 27 Jun 2023 12:27:24 +0000 (13:27 +0100)
.github/workflows/ci-scheduled-fuzzing.yml

index 2177bf4433ba0342d54e25ac98921e6aa02b3376..51ae2af011e70f7e5ab0b97b9bd10586bf4e9590 100644 (file)
@@ -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