From 0ab9fafbbcc1e1924fcc92c938aafe6a583fe194 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Jun 2022 13:10:55 +0800 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 79109ed..967a1bb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -19,7 +19,5 @@ jobs: run: ./configure - name: make run: make - - name: make check - run: make check - name: make distcheck run: make distcheck