riscy / melpazoid

A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.
GNU General Public License v3.0
81 stars 17 forks source link

Fix "progress=plain and quiet cannot be used together" in CI #30

Closed SqrtMinusOne closed 1 year ago

SqrtMinusOne commented 1 year ago

As of now, the CI gives the following error:

ERROR: progress=plain and quiet cannot be used together
make[1]: *** [Makefile:20: image] Error 1

E.g. an action log with this error. Removing --progress=plain seems to fix that.

riscy commented 1 year ago

Thank you for catching this! :)