Skip to content
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

GitHub Actions builds #19

Closed
mrusme opened this issue Sep 2, 2022 · 1 comment
Closed

GitHub Actions builds #19

mrusme opened this issue Sep 2, 2022 · 1 comment

Comments

@mrusme
Copy link

mrusme commented Sep 2, 2022

Hey there,

Thank you for this cool project, it made life a lot easier!

However, have you ever tried to successfully build a project that uses menuet on GitHub's CI? I have tried and failed using GoReleaser on ubuntu-latest, on macos-latest, and a manual build on macos-latest. The jobs fail with the same error every time:

 # github.com/caseymrm/menuet
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/menuitem.go:47:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/menuitem.go:87:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/startup.go:12:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/startup.go:24:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/startup.go:36:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/startup.go:46:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/update.go:27:10: undefined: Application
Error: ../../../go/pkg/mod/github.com/caseymrm/menuet@v1.0.1/update.go:35:21: undefined: Alert

Error: The process '/Users/runner/hostedtoolcache/goreleaser-action/1.11.2/x64/goreleaser' failed with exit code 1

I successfully built the same code on a MacBook running the latest macOS and had no issue (apart from the few warnings in regard of macOS API deprecation).

Do you have an idea why these builds on GitHub fail?

Thank you!

@caseymrm
Copy link
Owner

caseymrm commented Sep 2, 2022

Oooh, interesting- no, I haven't tried setting that up, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants