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

GD-45: Fix action cache to store Godot version when using godot-force-mono to force run with Godot Mono #44

Merged
merged 2 commits into from
May 13, 2024

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented May 13, 2024

Why

There is a bug to store the action cache when using godot-force-mono = true without set godot-net = true
This results into store the standard Godot version under the Linux-Godot_vx.x.x-stable_NET cache key

What

Do evaluate both godot-net and godot-force-mono is set to true to install the right Godot version from the cache

added master branch
@MikeSchulze MikeSchulze force-pushed the ci-dev branch 7 times, most recently from f5b0134 to 774bf31 Compare May 13, 2024 06:03
@MikeSchulze MikeSchulze changed the title fix ci-dev cation GD-45: Fix action cache to store Godot version when using godot-force-mono to force run with Godot Mono May 13, 2024
@MikeSchulze MikeSchulze merged commit bade2bc into master May 13, 2024
@MikeSchulze MikeSchulze deleted the ci-dev branch May 13, 2024 06:51
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.

GD-45: The action do cache the wrong godot version when set godot-force-mono : 'true'
1 participant