We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ed3ad commit f07cbcbCopy full SHA for f07cbcb
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest]
16
- zig-version: ['0.15.1']
+ zig-version: ['latest']
17
fail-fast: false
18
19
steps:
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup Zig
49
uses: home-lang/pantry-setup@v1
50
with:
51
- packages: ziglang.org@0.15.1
+ packages: ziglang.org@latest
52
53
- name: Check formatting
54
run: zig fmt --check .
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
- name: Generate docs
70
run: zig build-lib -femit-docs src/lib.zig
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
- name: Install kcov
92
continue-on-error: true
0 commit comments