From d486dbc3e6bdca2fc0627c873fccdcd9c2da7e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki?= <37001799+NyxiumYuuki@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:21:47 +0100 Subject: [PATCH] Update c-cpp.yml Makefile updated --- .github/workflows/c-cpp.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e323326..2f13158 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,11 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: configure - run: ./configure - - name: make - run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck + - name: make clean + run: make clean + - name: make main_compress + run: make main_compress