This commit is contained in:
parent
e6b175c098
commit
055fab4683
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ jobs:
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'skip ci') }}
|
if: ${{ !contains(github.event.head_commit.message, 'skip ci') }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup build environment
|
- name: Setup build environment
|
||||||
run: apt install devscripts debhelper equivs git nodejs sudo
|
run: |
|
||||||
|
cat /etc/os-release
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y devscripts debhelper equivs git nodejs sudo
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue