diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index c48afc4..f8dfa02 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -49,6 +49,9 @@ jobs: alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib" cd repos/cyto git fetch + rm configure + wget https://git.kappach.at/configure + chmod +x configure ./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb --with-mbed make -j$(nproc) make install