This commit is contained in:
parent
d581b113c8
commit
875ea3505f
@ -1,6 +1,6 @@
|
|||||||
name: Archlinux build
|
name: Archlinux build
|
||||||
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
||||||
on: [push]
|
on: [none]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: arch-latest
|
runs-on: arch-latest
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user