goto-bus-stop / setup-zig

use a @ziglang compiler in your github actions workflows
Other
147 stars 19 forks source link

Using `minimum_zig_version` from `build.zig.zon` #83

Open alexrp opened 3 months ago

alexrp commented 3 months ago

If a build.zig.zon is present and has minimum_zig_version set, it seems like it might be reasonable to default to grabbing that version instead of master. Alternatively, there could be an option to explicitly direct the action to get the version from there. Thoughts?