This commit is contained in:
parent
875ea3505f
commit
224115fffe
@ -6,12 +6,8 @@ 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!"
|
||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: Checking environment
|
||||
continue-on-error: true
|
||||
run: printenv
|
||||
@ -37,5 +33,3 @@ jobs:
|
||||
with:
|
||||
name: bforce-${{ env.GITHUB_SHA }}
|
||||
path: bforce
|
||||
- run: echo "🍏 This job's status is ${{ github.state }}."
|
||||
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y build-essential fakeroot debhelper pkg-config --no-install-recommends
|
||||
apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends
|
||||
- name: Building package
|
||||
continue-on-error: false
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user