File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments