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

potential gh actions fix #470

Merged
merged 2 commits into from
Dec 5, 2024
Merged

potential gh actions fix #470

merged 2 commits into from
Dec 5, 2024

Conversation

funwithtriangles
Copy link
Member

@funwithtriangles funwithtriangles commented Dec 5, 2024

Github actions was failing. This was due to the new version of yarn trying to run postinstall on @hedron/desktop. This would be a huge operation (e.g. downloading binaries, etc) and would timeout. Using yarn install --mode=skip-build to get around this. We don't need electron stuff for simple checks like TS and linting!

@funwithtriangles funwithtriangles merged commit 0920ff4 into alpha Dec 5, 2024
1 check passed
@funwithtriangles funwithtriangles deleted the gh-actions-fix branch December 5, 2024 15:48
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

Successfully merging this pull request may close these issues.

1 participant