mirror of
https://github.com/rtk-ai/rtk.git
synced 2026-09-19 07:33:17 +08:00
e8a1ef823e
The v2 tag is the action's only tag and has not moved since 2024-11-27, while development continued on main. Four fixes sit between them, one of which matters here: the action runs cargo binstall komac, and cargo is missing on ubuntu-slim runners without it. Pin to the most recent functional commit rather than to main, whose two newer commits are documentation only. Its inputs are a superset of the tag's, so the step needs no other change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>