workflows: busybox -> hello
This commit is contained in:
parent
1a586e8d54
commit
a060fae501
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
- busybox
|
- hello
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: openssl
|
||||||
repo: https://salsa.debian.org/debian/openssl.git
|
repo: https://salsa.debian.org/debian/openssl.git
|
||||||
|
@ -30,8 +30,8 @@ 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: busybox
|
- package: hello
|
||||||
repo: https://git.launchpad.net/ubuntu/+source/busybox
|
repo: https://git.launchpad.net/ubuntu/+source/hello
|
||||||
ref: ubuntu/focal
|
ref: ubuntu/focal
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in a new issue