File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 submodules : true
1919 - uses : goto-bus-stop/setup-zig@v2
2020 with :
21- version : master
21+ version : 0.11.0
2222 - name : Build
2323 run : zig build test
Original file line number Diff line number Diff line change 33![ CI] ( https://github.com/ziglibs/zig-string-searching/workflows/CI/badge.svg )
44
55Implementation of some string-search algorithms in
6- [ zig] ( https://ziglang.org ) .
6+ [ zig] ( https://ziglang.org ) . Compatible with zig v0.11.0.
77
88### Boyer-Moore string searching
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pub fn build(b: *Builder) void {
44 const target = b .standardTargetOptions (.{});
55 const optimize = b .standardOptimizeOption (.{});
66
7- var main_tests = b .addTest (.{
7+ const main_tests = b .addTest (.{
88 .root_source_file = .{ .path = "src/main.zig" },
99 .target = target ,
1010 .optimize = optimize ,
You can’t perform that action at this time.
0 commit comments