Skip to content

Comments

ci: use install-action for zepter#3674

Merged
onbjerg merged 1 commit intoalloy-rs:mainfrom
snazzysam933:zepter
Feb 10, 2026
Merged

ci: use install-action for zepter#3674
onbjerg merged 1 commit intoalloy-rs:mainfrom
snazzysam933:zepter

Conversation

@snazzysam933
Copy link
Contributor

Switch zepter installation from cargo install to taiki-e/install-action to match how we install everything else in CI. Saves a couple minutes of compiling from source on every run.

persist-credentials: false
- uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2
with:
tool: zepter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, it goes through cargo-binstall, but zepter does publish precompiled binaries on GitHub Releases (linux/mac/windows) so binstall will just download the binary directly instead of compiling from source. Should go from ~1-3min to a few seconds.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep I'm aware, I posted this mostly for the other reviewers as context - thanks for your PR

@github-project-automation github-project-automation bot moved this to Reviewed in Alloy Feb 10, 2026
@onbjerg onbjerg merged commit 1282343 into alloy-rs:main Feb 10, 2026
30 checks passed
@github-project-automation github-project-automation bot moved this from Reviewed to Done in Alloy Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants