From 224115fffee7cb1e0a7885569c9fec80c334285c Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sun, 13 Apr 2025 17:39:35 +0300 Subject: [PATCH] CI fx workflow 30 --- .gitea/workflows/arch.yaml | 8 +------- .gitea/workflows/debpkg.yaml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index 926b3ab..92de919 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -6,12 +6,8 @@ jobs: runs-on: arch-latest branches: - 'master' + - 'zx' steps: - - run: echo "🎉 The job was automatically triggered by a ${{ inputs.event }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Checking environment continue-on-error: true run: printenv @@ -37,5 +33,3 @@ jobs: with: name: bforce-${{ env.GITHUB_SHA }} path: bforce - - run: echo "🍏 This job's status is ${{ github.state }}." - diff --git a/.gitea/workflows/debpkg.yaml b/.gitea/workflows/debpkg.yaml index d47403f..7349574 100644 --- a/.gitea/workflows/debpkg.yaml +++ b/.gitea/workflows/debpkg.yaml @@ -17,7 +17,7 @@ jobs: continue-on-error: true run: | apt-get update - apt-get install -y build-essential fakeroot debhelper pkg-config --no-install-recommends + apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends - name: Building package continue-on-error: false run: |