Skip to content

Commit

Permalink
Update for latest zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley authored and Hejsil committed May 30, 2024
1 parent 7a2883c commit 32a798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn readMeStep(b: *std.Build) *std.Build.Step {
.name = "ReadMeStep",
.owner = b,
.makeFn = struct {
fn make(step: *std.Build.Step, _: *std.Progress.Node) anyerror!void {
fn make(step: *std.Build.Step, _: std.Progress.Node) anyerror!void {
@setEvalBranchQuota(10000);
_ = step;
const file = try std.fs.cwd().createFile("README.md", .{});
Expand Down

0 comments on commit 32a798c

Please sign in to comment.