mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 09:31:04 +00:00
Problem: The Emscripten version is set in the workflow, outside the cache hash. An SDK-only update can restore the old SDK and skip installation. Solution: Include the workflow in the cache hash so SDK version changes invalidate the cached toolchain. AI-assisted