CI fx workflow 29
Some checks failed
Debian build / build (push) Failing after 1m37s

This commit is contained in:
Alexey Khromov 2025-04-13 17:07:52 +03:00
parent d581b113c8
commit 875ea3505f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Archlinux build
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
on: [push]
on: [none]
jobs:
build:
runs-on: arch-latest

View File

@ -17,7 +17,7 @@ jobs:
continue-on-error: true
run: |
apt-get update
apt-get install build-essential fakeroot debhelper pkg-config --no-install-recommends
apt-get install -y build-essential fakeroot debhelper pkg-config --no-install-recommends
- name: Building package
continue-on-error: false
run: |