From 8894c022753f7344a6c205946b67fa6b25974737 Mon Sep 17 00:00:00 2001 From: tazy Date: Sun, 22 Feb 2026 15:14:31 +1100 Subject: git(ci/cd): Remove configure script from make CI/CD Removed the configure step from the CI workflow. --- .github/workflows/c-cpp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fbf32ec..60f14d5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,8 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: configure - run: ./configure - name: make run: make - name: make check -- cgit v1.2.3