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