diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8db022e..78ea12f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,14 +14,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: configure - run: ./configure - - name: Install dependencies run: make - - - name: Run check - run: make check - - - name: Run distcheck - run: make distcheck