From 5a5fc497b79fe8f693340ecd6408ce661e475d75 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Wed, 10 Jun 2026 10:37:02 +0200 Subject: [PATCH] tag version --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 26422cf..51aed22 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,6 +12,7 @@ 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