fix: don't lint in the default target as it may fail on windows
This commit is contained in:
parent
de25501053
commit
01b78c88bd
1 changed files with 1 additions and 1 deletions
|
@ -284,5 +284,5 @@ pub fn build(b: *std.Build) void {
|
|||
});
|
||||
|
||||
lints_step.dependOn(&lints.step);
|
||||
b.default_step.dependOn(lints_step);
|
||||
// b.default_step.dependOn(lints_step);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue