Open
Description
Different CI files all do the same thing, something like calling this:
MFC/.github/workflows/cleanness.yml
Line 27 in f125c24
Which isn't really a big deal, until we change dependencies or something.
It would be useful if maybe we had a way of consolidating this? Or even exposing it to the user for different OSs.
For example, right now I think the linked line needs to apt install fftw
.