diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5d91537..b7ae587 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,10 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: configure - run: ./configure - - - name: Install dependencies + - name: compile run: make - name: Run and test