diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 3cb4345b7e..541868e7b2 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -40,6 +40,7 @@ jobs: libcups2-dev \ libcurl4-openssl-dev \ firebird-dev \ + libfreeimage-dev \ libgd-dev \ libgs-dev \ libmagic-dev \ @@ -48,9 +49,6 @@ jobs: libpq-dev \ qtbase5-dev - # Dependencies for disabled contribs: - # libfreeimage-dev \ - - name: Checkout code uses: actions/checkout@v3 @@ -79,8 +77,6 @@ jobs: esac ;; esac tee ./.bashrc <