Brew formula could not be installed unless fixed manually #5947
Closed
mrfuxi
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 2 comments 1 reply
-
weird, I never seen that error, even if goreleaser formula itself looks like that as well also, the error is weird, as what you linked is not a in any case, I don't see a problem with using |
Beta Was this translation helpful? Give feedback.
0 replies
-
see #5986 thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently migrated to version 1.21; the previous version was very old.
After creating a new release, my formula could not be installed any more on mac.
Brew was giving me:
Cask remblob is unreadable: wrong constant name #<Class:0x00...>
Spend some time investigating and ended up replacing
and
in the formula with&&
and that got it working.I wonder if this PR introduced the issue, if what I'm seeing is a bug.
My config: https://github.com/techiecaro/remblob/blob/master/.github/workflows/release.yml
Commit that "fixed" my installation: techiecaro/homebrew-tap@bccd686
Beta Was this translation helpful? Give feedback.
All reactions