From a79c4f6a7eefacab2d58d1f68d51d12f9df71dc3 Mon Sep 17 00:00:00 2001 From: stickynotememo <55744004+stickynotememo@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:56:21 +1100 Subject: [PATCH] fix ci --- .github/workflows/makefile.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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