From 99431b724b11f730ec2e2bd0e6b13d349ff1eb62 Mon Sep 17 00:00:00 2001 From: edd bilal Date: Fri, 8 Mar 2024 22:26:25 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8db022e..78ea12f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,14 +14,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: configure - run: ./configure - - name: Install dependencies run: make - - - name: Run check - run: make check - - - name: Run distcheck - run: make distcheck