Commit ee87b30 1 parent 605f22c commit ee87b30 Copy full SHA for ee87b30
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
test-linux :
9
9
runs-on : ubuntu-latest
10
+ strategy :
11
+ matrix :
12
+ zig : ["0.12.0", "0.13.0"]
10
13
steps :
11
14
- uses : actions/checkout@v3
12
15
with :
13
16
submodules : recursive
14
17
- uses : goto-bus-stop/setup-zig@v2
15
18
with :
16
- version : 0.12.0
19
+ version : ${{ matrix.zig }}
17
20
- run : zig build
18
21
- run : zig build test
19
22
test-macos :
20
23
runs-on : macos-latest
24
+ strategy :
25
+ matrix :
26
+ zig : ["0.12.0", "0.13.0"]
21
27
steps :
22
28
- uses : actions/checkout@v3
23
29
with :
24
30
submodules : recursive
25
31
- uses : goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
26
32
with :
27
- version : 0.12.0
33
+ version : ${{ matrix.zig }}
28
34
- run : brew install pcre
29
35
- run : zig build
30
36
- run : zig build test
Original file line number Diff line number Diff line change 1
1
/zig- *
2
+ /.zig-cache
2
3
koino.code-workspace
3
4
# https://github.com/kivikakk/htmlentities.zig/issues/10
4
5
src /entities.zig
You can’t perform that action at this time.
0 commit comments