Fixed Makefile and build systems to include man-pages. Added Alt-linux workflow. Fix rpm spec-file #3
@ -18,13 +18,13 @@ jobs:
|
||||
- name: Installing prerequisites - update pacman
|
||||
run: apt-get update
|
||||
- name: Installing prerequisites - install nodejs for actions & git
|
||||
run: apt-get install git nodejs
|
||||
run: apt-get install -y git nodejs
|
||||
- name: Installing build environment
|
||||
continue-on-error: true
|
||||
run: |
|
||||
apt-get install gcc rpm-build rpmlint make python gear hasher patch rpmdevtools
|
||||
apt-get install -y gcc rpm-build rpmlint make python gear hasher patch rpmdevtools
|
||||
- name: Installing needed software
|
||||
run: apt-get install bison tcl
|
||||
run: apt-get install -y bison tcl
|
||||
- name: Fetching sources
|
||||
uses: actions/checkout@v4
|
||||
- name: Getting version info
|
||||
|
Loading…
x
Reference in New Issue
Block a user