diff options
| author | tazy <gardendistrict0x0@outlook.com> | 2026-02-22 15:14:31 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-22 15:14:31 +1100 |
| commit | 8894c022753f7344a6c205946b67fa6b25974737 (patch) | |
| tree | fdd85c90b12cf1a54182746a3d26ebffc53a5719 /.github/workflows | |
| parent | 3534604232b8c46334ef5d34620bbaf5182ffdd8 (diff) | |
git(ci/cd): Remove configure script from make CI/CD
Removed the configure step from the CI workflow.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
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 |
