CI fx workflow 28
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user