From 89cb76037eb1d06a827c7a325fb7db5fb10a91ec Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 14:13:14 +0200 Subject: [PATCH] Removed configure step in runner --- .gitea/workflows/attempt-build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index 992a214..8660558 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -11,8 +11,5 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - name: Configure - run: ./configure - - name: Run make run: make