ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action - #272
Merged
Brooooooklyn merged 2 commits intoAug 5, 2025
Merged
Conversation
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] use mlugg/setup-zig instead of unmaintained goto-bus-stop/setup-zig action
Replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action
Aug 5, 2025
Brooooooklyn
marked this pull request as ready for review
August 5, 2025 08:26
Brooooooklyn
deleted the
copilot/fix-7d24f7e4-6180-4597-a33e-dddd5c8e50bf
branch
August 5, 2025 08:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR replaces the unmaintained
goto-bus-stop/setup-zigGitHub Action with the actively maintainedmlugg/setup-zigaction in the CI workflow.Background
The
goto-bus-stop/setup-zigaction is no longer maintained and the community has moved to usingmlugg/setup-zigas the recommended replacement for setting up the Zig compiler in GitHub Actions workflows.Changes Made
.github/workflows/CI.yamlline 168 to usemlugg/setup-zig@v2instead ofgoto-bus-stop/setup-zig@v2Impact
This change affects the CI builds for the following cross-compilation targets that require Zig for linking with musl libc:
x86_64-unknown-linux-muslaarch64-unknown-linux-muslThe API between the two actions is compatible, using the same
versionparameter, so no functional changes are expected. This ensures continued reliability of the CI pipeline while using a maintained action.Testing
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.