@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user