We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't have the bandwidth to maintain this action and I'm not even an active Zig user :)
There is now a new action developed by a Zig team member.
In most configurations, you can just change goto-bus-stop/setup-zig@v2 to mlugg/setup-zig@v1:
goto-bus-stop/setup-zig@v2
mlugg/setup-zig@v1
-- uses: goto-bus-stop/setup-zig@v2 +- uses: mlugg/setup-zig@v1
Or with a Zig compiler version:
-- uses: goto-bus-stop/setup-zig@v2 +- uses: mlugg/setup-zig@v1 with: version: 0.13.0
Consider upgrading to the new action, as it's in a much better place to anticipate and react to future Zig changes.
The text was updated successfully, but these errors were encountered:
Move to mlugg/setup-zig
8cc70d6
- rust-cross/cargo-zigbuild#290 - goto-bus-stop/setup-zig#88
Change zig setup to new github action recommended by previous action …
8084a07
…dev (goto-bus-stop/setup-zig#88)
No branches or pull requests
I don't have the bandwidth to maintain this action and I'm not even an active Zig user :)
There is now a new action developed by a Zig team member.
In most configurations, you can just change
goto-bus-stop/setup-zig@v2
tomlugg/setup-zig@v1
:Or with a Zig compiler version:
Consider upgrading to the new action, as it's in a much better place to anticipate and react to future Zig changes.
The text was updated successfully, but these errors were encountered: