CI duplicates code to build MFC #660
Labels
continuous-integration
Continuous integration (CI)
enhancement
New feature or request
good first issue
Good for newcomers
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
.The text was updated successfully, but these errors were encountered: