summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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