CI fx workflow 28
Some checks failed
Archlinux build / build (push) Successful in 2m52s
Debian build / build (push) Failing after 29s

This commit is contained in:
Alexey Khromov 2025-04-13 16:49:37 +03:00
parent a296d43987
commit d581b113c8
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,6 @@ 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!"

View File

@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: Installing build-essentials
continue-on-error: true
run: apt-get install build-essential devscripts fakeroot debhelper pkg-config --no-install-recommends
run: |
apt-get update
apt-get install build-essential fakeroot debhelper pkg-config --no-install-recommends
- name: Building package
continue-on-error: false
run: |