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') }}
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue