From bc5de11b1644a36185e6a74adbdde41737648554 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 14:16:48 +0200 Subject: [PATCH] remove unneeded line --- .gitea/workflows/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index ce62850..a1e5392 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -20,6 +20,5 @@ jobs: submodules: 'true' - run: | sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile - echo "IGNORE_SUBMODULES += sinqmotor" >> Makefile echo -e "\nIGNORE_SUBMODULES += sinqmotor" >> Makefile make install