From 4d8a94cf7b5d3df1c73955d3b9729e5de9571729 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Wed, 10 Jun 2026 09:15:39 +0200 Subject: [PATCH] tag version --- .gitea/workflows/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 51aed22..26422cf 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v4 - name: install run: | - sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile make install sh maketestenv.sh - name: Run tests