workflows: add bc from launchpad
This commit is contained in:
parent
e0936e3d6a
commit
5752fa5bc9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
|
- bc
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: openssl
|
||||||
repo: https://salsa.debian.org/debian/openssl.git
|
repo: https://salsa.debian.org/debian/openssl.git
|
||||||
|
@ -29,6 +30,9 @@ 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: bc
|
||||||
|
repo: https://git.launchpad.net/ubuntu/+source/bc
|
||||||
|
ref: applied/1.07.1-2build1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue