From eb25ce3e2b4524e7a09db18f27daaa53879e244e Mon Sep 17 00:00:00 2001 From: LDA Date: Thu, 12 Sep 2024 22:29:07 +0200 Subject: [PATCH] [CI] Silly me, I need to build configure --- .forgejo/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index bd65c3e..5868b1f 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -59,7 +59,7 @@ jobs: git clone https://git.kappach.at/${{ github.repository}} parsee cd parsee alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib" - ./configure -s -i + cc configure.c -o configure && ./configure -s -i make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib make PREFIX=bins ls bins