From dc6d5c40b32293d6e3a0f664d2b6615706aca2fc Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 14:23:21 +0200 Subject: [PATCH] need to build sinqmotor first --- .gitea/workflows/action.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index a538899..c4ede27 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -19,6 +19,12 @@ jobs: with: submodules: 'true' - run: | + pushd turboPmac sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile - echo -e "\nIGNORE_SUBMODULES += sinqmotor turboPmac" >> Makefile + echo -e "\nIGNORE_SUBMODULES += sinqmotor" >> Makefile + make install + popd + - run: | + sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile + echo -e "\nIGNORE_SUBMODULES += turboPmac" >> Makefile make install