diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index cdb8b22..6620efe 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -54,10 +54,10 @@ jobs: ./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb make -j$(nproc) make install - - name: Clone Parsee - uses: actions/checkout@v3 - - name: Build Parsee + - name: Clone/Build Parsee run: | + git clone https://git.kappach.at/${{ github.repository}} parsee + cd parsee alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib" echo "all: adminify aya b64 config noavatars" > tools/Makefile echo "%: %.c" >> tools/Makefile