From aafb447560ca5588c3f814a642803f631d968235 Mon Sep 17 00:00:00 2001 From: matejsmycka <45017046+matejsmycka@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:16:13 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index f896e0f..3c8a8d1 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,8 +14,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: configure - run: ./configure - - - name: Compole + - name: Compile run: make