diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fbf32ec..d8c2a69 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,11 +13,5 @@ jobs: steps: - uses: actions/checkout@v4 - - name: configure - run: ./configure - name: make run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck