CI fx workflow 27
Archlinux build / build (push) Successful in 2m58s
Debian build / build (push) Failing after 14s

This commit is contained in:
zx
2025-04-13 16:43:35 +03:00
parent aa32dac10e
commit a296d43987
2 changed files with 3 additions and 24 deletions
+3 -3
View File
@@ -13,13 +13,13 @@ jobs:
run: printenv
- name: Cloning source
uses: actions/checkout@v3
- name: Installing build-essential
- name: Installing build-essentials
continue-on-error: true
run: dpkg -V
run: apt-get install build-essential devscripts fakeroot debhelper pkg-config --no-install-recommends
- name: Building package
continue-on-error: false
run: |
ls -l /
pwd
echo '---------------------'
cd ${GITHUB_WORKSPACE}/debian
ls -l