-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.6 breaks compatibility piping to formatter in CI #221
Comments
Thanks for the report and sorry for the breakage! Log grouping can be opt-out using the Ideally, I would like to handle this using tty detection, but GitHub Actions is incompatible with tty detection (actions/runner#241). |
Ah, I completely missed that argument; my fault for not reading closely enough. Thanks for the quick response, and sorry for the trouble! |
Fixed in v0.6.8. I have implemented the one mentioned in the above comment.
|
I am unsure if this issue makes more sense here or on install-action so please let me know if I should close this issue and reopen over there.
At the risk of this sounding like xkcd 1172, I was wondering if an option could be provided to disable the grouping behaviour added in #219. In our CI we use cargo-action-fmt to provide Github Action formatting for
clippy
. This worked seamlessly withtaiki-e/install-action@cargo-hack
, but since v0.6.6 piping tocargo-action-fmt
now breaks the pipe. For now we're pinning to v0.6.5.Here's the job without pinning to v0.6.5 if that helps at all.
If this is not something you wish to support or if there is an existing workaround that I am not aware of, please do let me know.
The text was updated successfully, but these errors were encountered: