forcing module version to be the name of last tag
CI / build-and-test (push) Successful in 43s

This commit is contained in:
2026-06-10 10:48:51 +02:00
parent 7e29279cc2
commit 13accdec19
+1 -1
View File
@@ -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: |