From 0b8672781c51ca5e18a9a418faa1e404b34ec177 Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:03:16 +0200 Subject: [PATCH] Compatibility checks temporarily disabled (2) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc28fa..96d2300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: