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