diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index 3d77022..6c93c33 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -17,7 +17,7 @@ jobs: git clone --depth=1 https://git.musl-libc.org/git/musl repos/musl git clone --depth=1 https://github.com/Mbed-TLS/mbedtls repos/mbed git clone --depth=1 https://github.com/LMDB/lmdb repos/lmdb - git clone --depth=1 https://git.telodendria.io/lda/Cytoplasm repos/cyto + git clone -b add-mbed --single-branch https://git.telodendria.io/lda/Cytoplasm repos/cyto echo "PREFIX=$GITHUB_WORKSPACE/usr" >> $GITHUB_ENV echo "PATH=$GITHUB_WORKSPACE/usr/bin:$PATH" >> $GITHUB_ENV echo "INCLUDE_PATH=$GITHUB_WORKSPACE/usr/include" >> $GITHUB_ENV @@ -48,7 +48,6 @@ jobs: alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib" cd repos/cyto git fetch - git checkout add-mbed ./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb --with-mbed make -j$(nproc) make install