This commit is contained in:
parent
d581b113c8
commit
875ea3505f
@ -1,6 +1,6 @@
|
||||
name: Archlinux build
|
||||
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
||||
on: [push]
|
||||
on: [none]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: arch-latest
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install build-essential fakeroot debhelper pkg-config --no-install-recommends
|
||||
apt-get install -y 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