From cb20f26f5a79faeaa00c68134d0789c284637d0b Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 26 Jan 2024 22:27:33 +0100 Subject: [PATCH] CI: disable make distcheck as it requires legacy svn commands (#19) --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a506a95..db389c6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -19,5 +19,5 @@ jobs: run: make - name: make check run: make check - - name: make distcheck - run: make distcheck +# - name: make distcheck +# run: make distcheck