CI fx workflow 31
Some checks failed
Debian build / build (push) Failing after 2m12s

This commit is contained in:
Alexey Khromov 2025-04-13 17:45:32 +03:00
parent 224115fffe
commit c47397c800
2 changed files with 10 additions and 4 deletions

View File

@ -14,10 +14,17 @@ jobs:
- name: Cloning source
uses: actions/checkout@v3
- name: Installing build-essentials
continue-on-error: true
continue-on-error: false
run: |
apt-get update
apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends
apt update
apt install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends
- name: Installing dependencies
continue-on-error: false
run: |
echo '---- bison ----'
apt install bison
echo '---- tcl ------'
apt install tcl
- name: Building package
continue-on-error: false
run: |

1
debian/control vendored
View File

@ -8,7 +8,6 @@ Standards-Version: 3.5.10
Package: bforce
Architecture: any
Depends: ${shlibs:Depends}, tclsh:any
Optdepends: tclsh:any
Description: Binkey Force FTN mailer
FTN mailer is a program that transmit files (netmail and echomail)
between your FTN node and other.