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