workflows: add tar and dpatch from launchpad
This commit is contained in:
parent
a2a1c74be6
commit
52ad9cfd98
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
|
- tar
|
||||||
|
- dpatch
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: openssl
|
||||||
repo: https://salsa.debian.org/debian/openssl.git
|
repo: https://salsa.debian.org/debian/openssl.git
|
||||||
|
@ -29,6 +31,12 @@ jobs:
|
||||||
- package: lazygit
|
- package: lazygit
|
||||||
repo: https://github.com/dawidd6/lazygit-debian.git
|
repo: https://github.com/dawidd6/lazygit-debian.git
|
||||||
ref: ubuntu/0.16.2-1
|
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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue