From 398bc8241a658c90ef04e4a0f36a96431aab8824 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 12:53:13 +0200 Subject: [PATCH] time to build --- .gitea/workflows/action.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index f4ac0c9..d0f2ce3 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -19,5 +19,10 @@ jobs: with: submodules: 'true' - run: | - ls -lsah - ls -lsah sinqMotor + pushd sinqMotor + sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile + make install + popd + sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile + echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile + make install