alt-wf 4
Some checks failed
Debian build / build-ubuntu (push) Has been cancelled
Altlinux build / build-alt (push) Failing after 4m14s
Archlinux build / build-arch (push) Successful in 2m52s

This commit is contained in:
Alexey Khromov 2025-04-16 00:12:50 +03:00
parent be3fcc0b5e
commit 46dc91c446

View File

@ -18,13 +18,13 @@ jobs:
- name: Installing prerequisites - update pacman - name: Installing prerequisites - update pacman
run: apt-get update run: apt-get update
- name: Installing prerequisites - install nodejs for actions & git - 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 - name: Installing build environment
continue-on-error: true continue-on-error: true
run: | 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 - name: Installing needed software
run: apt-get install bison tcl run: apt-get install -y bison tcl
- name: Fetching sources - name: Fetching sources
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Getting version info - name: Getting version info