summaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authortazy <gardendistrict0x0@outlook.com>2026-02-22 15:14:31 +1100
committerGitHub <noreply@github.com>2026-02-22 15:14:31 +1100
commit8894c022753f7344a6c205946b67fa6b25974737 (patch)
treefdd85c90b12cf1a54182746a3d26ebffc53a5719 /.github/workflows/c-cpp.yml
parent3534604232b8c46334ef5d34620bbaf5182ffdd8 (diff)
git(ci/cd): Remove configure script from make CI/CD
Removed the configure step from the CI workflow.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 0 insertions, 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