Skip to content

Commit 970c452

Browse files
committed
workflows: 0.12.0, bump README.
1 parent 28673e0 commit 970c452

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/zig.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Zig
1+
name: build
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
submodules: recursive
1414
- uses: goto-bus-stop/setup-zig@v1
1515
with:
16-
version: 0.11.0
16+
version: 0.12.0
1717
- run: zig build
1818
- run: zig build test
1919
test-macos:
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525
- uses: goto-bus-stop/setup-zig@v1
2626
with:
27-
version: 0.11.0
27+
version: 0.12.0
2828
- run: brew install pcre
2929
- run: zig build
3030
- run: zig build test
@@ -36,7 +36,7 @@ jobs:
3636
submodules: recursive
3737
- uses: goto-bus-stop/setup-zig@v1
3838
with:
39-
version: 0.11.0
39+
version: 0.12.0
4040
- run: c:; cd \vcpkg; git pull; .\bootstrap-vcpkg.bat
4141
- run: vcpkg integrate install
4242
- run: vcpkg install pcre --triplet x64-windows-static
@@ -50,5 +50,5 @@ jobs:
5050
submodules: recursive
5151
- uses: goto-bus-stop/setup-zig@v1
5252
with:
53-
version: 0.11.0
53+
version: 0.12.0
5454
- run: zig fmt --check build.zig src/*.zig

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [libpcre.zig](https://hrzn.ee/kivikakk/libpcre.zig)
1+
# [libpcre.zig](https://github.com/kivikakk/libpcre.zig)
22

3-
![Build status](https://github.com/kivikakk/libpcre.zig/workflows/Zig/badge.svg)
3+
![Build status](https://github.com/kivikakk/libpcre.zig/workflows/build/badge.svg)
44

55
To build, add to your `build.zig`:
66

0 commit comments

Comments
 (0)