From 13accdec192c06fdb88c4837e593cbef24bf8008 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Wed, 10 Jun 2026 10:48:51 +0200 Subject: [PATCH] forcing module version to be the name of last tag --- .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 1312232..36b6d02 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -15,7 +15,7 @@ jobs: - name: install run: | sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile - make install LIBVERSION=${CI_COMMIT_TAG} + make install sh maketestenv.sh - name: Run tests run: |