From 2e4314be481dd82d904b2371aa8f58519c92f45d Mon Sep 17 00:00:00 2001 From: LDA Date: Sun, 15 Sep 2024 12:33:29 +0200 Subject: [PATCH] [CI] Grab the right branch --- .forgejo/workflows/build-release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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