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

Workflows: Download and cache Godot Engine for build #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cassidyjames
Copy link
Member

Rather than relying on downloading and executing in a third-party container, we can just grab Godot Engine and the export templates directly from the upstream release page.

We cache these downloads so future runs have the binaries and templates (the latter of which are quite large) available right away for the run.

@cassidyjames cassidyjames requested a review from wjt December 16, 2024 17:26
@cassidyjames cassidyjames marked this pull request as draft December 16, 2024 17:38
@cassidyjames cassidyjames marked this pull request as ready for review December 16, 2024 18:06
@cassidyjames cassidyjames marked this pull request as draft December 16, 2024 18:07
@cassidyjames cassidyjames marked this pull request as ready for review December 16, 2024 18:23
@cassidyjames
Copy link
Member Author

For comparison

Rather than relying on downloading and executing in a third-party container, we can just grab Godot Engine and the export templates directly from the upstream release page.

We cache these downloads so future runs have the binaries and templates (the latter of which are quite large) available right away for the run.
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