Skip to content

Commit 12a9802

Browse files
committed
Mute zig-0.16.0-dev regression on windows
1 parent 3e90966 commit 12a9802

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/_library.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ jobs:
3535
- blacksmith-2vcpu-ubuntu-2404 # linux x64
3636
- blacksmith-2vcpu-ubuntu-2404-arm # linux arm64
3737
# TODO: perhaps we can save CI if check all zig versions within a single job
38-
zig-version: [latest, master]
38+
zig_version: [latest, master]
3939
steps:
4040
- uses: actions/checkout@v5
4141
- uses: mlugg/setup-zig@v2
42-
with: { version: "${{ matrix.zig-version }}" }
42+
with: { version: "${{ matrix.zig_version }}" }
4343
- name: Unit tests
4444
run: zig build test --summary all -Doptimize=ReleaseSafe
45+
continue-on-error: ${{ matrix.zig_version == 'master' }} # https://github.com/ziglang/translate-c/issues/201
4546

4647
# Converting a git tag into a stub of an immutable release
4748
release:

0 commit comments

Comments
 (0)