From ccaee6c5d1f8389ad82b174af76eb51a1cecd41a Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 14:07:20 +0200 Subject: [PATCH] no newline --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 7097b89..ce62850 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -21,5 +21,5 @@ jobs: - run: | sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile echo "IGNORE_SUBMODULES += sinqmotor" >> Makefile - echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile + echo -e "\nIGNORE_SUBMODULES += sinqmotor" >> Makefile make install