I started doing ziglings on aarch macos w/ version 0.14.0-dev.244+0d79aa017.
I decided to continue on windows with verison 0.14.0-dev.591+1c35e73b6, but am now getting build errors like
\ziglings.org\build.zig:268:18: error: expected type '*const fn (*Build.Step, Build.Step.MakeOptions) anyerror!void',```
and
\ziglings.org\build.zig:439:29: error: member function expected 3 argument(s), found 2
return try self.step.evalZigProcess(zig_args.items, prog_node);```
how can I fix this?
thanks for the help