From 46dc91c446b8debe466d83bb7058ab2792524a89 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Wed, 16 Apr 2025 00:12:50 +0300 Subject: [PATCH] alt-wf 4 --- .gitea/workflows/alt.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/alt.yaml b/.gitea/workflows/alt.yaml index 402e6cd..f2bdde0 100644 --- a/.gitea/workflows/alt.yaml +++ b/.gitea/workflows/alt.yaml @@ -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