Skip to content

ci: Install mutter again on coverity job

Carlos Garnacho requested to merge wip/carlosg/coverity-job-fix into main

This job "needs" the build job and thus gets its artifacts, but it will not inherit the environment where we already installed Mutter in /usr. This apparently broke once there was a more recent mutter-clutter .pc file to look up.

Install Mutter in /usr again in this job, so the new build for coverity finds all dependencies.

Merge request reports