diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 4b595aa..7012a0c 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,11 +13,5 @@ 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