mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Compatibility checks temporarily disabled (2)
This commit is contained in:
parent
496953e9a8
commit
7ad0f06a07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.zig }}
|
version: ${{ matrix.zig }}
|
||||||
|
|
||||||
- name: Check compatibility with old Zig compilers
|
# Temporarily disabled.
|
||||||
# Temporarily disabled.
|
#- name: Check compatibility with old Zig compilers
|
||||||
# run: ci/compat.sh
|
# run: ci/compat.sh
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue