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
Currently, the CI workflows do not use the Makefile install target, as they need to pass the --no-interaction option. This causes problems, as seen in #270.
Describe the solution
Use the make install target, and check in the Makefile is being called from CI.
Alternatives considered
None.
The text was updated successfully, but these errors were encountered:
Describe the problem
Currently, the CI workflows do not use the Makefile
install
target, as they need to pass the--no-interaction
option. This causes problems, as seen in #270.Describe the solution
Use the
make install
target, and check in theMakefile
is being called from CI.Alternatives considered
None.
The text was updated successfully, but these errors were encountered: