Removed configure step in runner
Some checks failed
Build Code / build (push) Failing after 14s

This commit is contained in:
2025-10-22 14:13:14 +02:00
parent 4b0d2eb5b6
commit 89cb76037e

View File

@@ -11,8 +11,5 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Configure
run: ./configure
- name: Run make
run: make