You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the ci.yml specifies a collection of configs to run the matrix build over. It would be better style to set the variables and let CI construct the cartesian product:
TLDR: I think we can do a better arrangement here, but I think we still need to have explicit exceptions for some toolchains, so maybe it's OK to have current format.
Right now the ci.yml specifies a collection of configs to run the matrix build over. It would be better style to set the variables and let CI construct the cartesian product:
https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
The text was updated successfully, but these errors were encountered: