CI fx workflow 28
This commit is contained in:
parent
a296d43987
commit
d581b113c8
@ -6,7 +6,6 @@ jobs:
|
||||
runs-on: arch-latest
|
||||
branches:
|
||||
- 'master'
|
||||
- 'zx'
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ inputs.event }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user