From 2f3de497a6570a0557a933269c25eb65c66a975a Mon Sep 17 00:00:00 2001 From: Startive <140018802+Startive@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:10:43 +0000 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b00b272..20f38f4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -12,12 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: configure - run: ./configure + - uses: actions/checkout@v1 - name: make run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck