CI fx workflow 30
Some checks failed
Debian build / build (push) Failing after 2m1s

This commit is contained in:
Alexey Khromov 2025-04-13 17:39:35 +03:00
parent 875ea3505f
commit 224115fffe
2 changed files with 2 additions and 8 deletions

View File

@ -6,12 +6,8 @@ jobs:
runs-on: arch-latest runs-on: arch-latest
branches: branches:
- 'master' - 'master'
- 'zx'
steps: 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 - name: Checking environment
continue-on-error: true continue-on-error: true
run: printenv run: printenv
@ -37,5 +33,3 @@ jobs:
with: with:
name: bforce-${{ env.GITHUB_SHA }} name: bforce-${{ env.GITHUB_SHA }}
path: bforce path: bforce
- run: echo "🍏 This job's status is ${{ github.state }}."

View File

@ -17,7 +17,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
apt-get update 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 - name: Building package
continue-on-error: false continue-on-error: false
run: | run: |