Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 26, 2024
1 parent 393ebe6 commit 31491e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- x86_64-macos
- aarch64-macos
- x86_64-windows
- x86_64-windows-msvc
# - x86_64-windows-msvc
- x86-windows
- aarch64-windows

Expand Down
12 changes: 6 additions & 6 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ pub fn build(b: *std.Build) void {
.lib = lib,
.path = "test/printf-test.cc",
});
buildTest(b, .{
.optimize = optimize,
.target = target,
.lib = lib,
.path = "test/scan-test.cc",
});
// buildTest(b, .{
// .optimize = optimize,
// .target = target,
// .lib = lib,
// .path = "test/scan-test.cc",
// });
buildTest(b, .{
.optimize = optimize,
.target = target,
Expand Down

0 comments on commit 31491e0

Please sign in to comment.