mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -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:
|
||||
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
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue