Fixed Makefile and build systems to include man-pages. Added Alt-linux workflow. Fix rpm spec-file #3

Merged
zx merged 21 commits from zx into master 2025-04-16 10:36:34 +03:00
Showing only changes of commit 2807cd61ff - Show all commits

View File

@ -18,7 +18,7 @@ jobs:
- name: Installing prerequisites - update apt
run: apt-get update
- name: Installing prerequisites - install nodejs for actions & git
run: apt-get install -y git nodejs
run: apt-get install -y git nodejs su
- name: Installing build environment
continue-on-error: true
run: |