workflows: add tar and dpatch from launchpad

This commit is contained in:
Dawid Dziurla 2020-03-26 17:43:27 +01:00 committed by GitHub
parent a2a1c74be6
commit 52ad9cfd98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ jobs:
- termshark
- deber
- lazygit
- tar
- dpatch
include:
- package: openssl
repo: https://salsa.debian.org/debian/openssl.git
@ -29,6 +31,12 @@ jobs:
- package: lazygit
repo: https://github.com/dawidd6/lazygit-debian.git
ref: ubuntu/0.16.2-1
- package: tar
repo: https://git.launchpad.net/ubuntu/+source/tar
ref: ubuntu/focal
- package: dpatch
repo: https://git.launchpad.net/ubuntu/+source/dpatch
ref: ubuntu/bionic
steps:
- name: Checkout code
uses: actions/checkout@v2