Skip to content

chore(ci): pin sideload builds to LumeEngine v0.1.6 - #214

Merged
bilipp merged 1 commit into
mainfrom
chore/engine-ref-v0.1.6
Sep 1, 2026
Merged

chore(ci): pin sideload builds to LumeEngine v0.1.6#214
bilipp merged 1 commit into
mainfrom
chore/engine-ref-v0.1.6

Conversation

@bilipp

@bilipp bilipp commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Summary

Unbreaks sideload CI after #211.

main now calls PlayerConfiguration.preferredAudioLanguages, which landed in LumeEngine via bilipp/LumeEngine#32. ENGINE_REF still defaulted to v0.1.5, which predates that commit — verified: git grep preferredAudioLanguages v0.1.5 returns nothing. A sideload release run would have checked out an engine that cannot compile the app.

Bumps the default to v0.1.6, tagged at the engine's merge commit and verified to carry the API. The engine_ref workflow input still overrides it.

Why this wasn't caught

Every build in #211 resolved ../LumeEngine from the local sibling checkout, which already had the change. Nothing in the PR matrix exercises the pinned tag.

Testing

  • v0.1.6 exists on the engine remote and contains preferredAudioLanguages
  • Not run — sideload-release.yml is workflow_dispatch-only; the next manual run is the real check

main now calls PlayerConfiguration.preferredAudioLanguages, added in the engine
alongside #211. v0.1.5 predates it, so a sideload run would check out an engine
that cannot compile the app.
@bilipp
bilipp merged commit 76044b6 into main Sep 1, 2026
@bilipp
bilipp deleted the chore/engine-ref-v0.1.6 branch September 1, 2026 22:08
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