forked from waja/action-debian-package
workflows: ncurses instead of openssl
Because of speed
This commit is contained in:
parent
f84a79247e
commit
ea67cde210
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -8,16 +8,16 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- openssl
|
- ncurses
|
||||||
- lolcat
|
- lolcat
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
- bc
|
- bc
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: ncurses
|
||||||
repo: https://salsa.debian.org/debian/openssl.git
|
repo: https://salsa.debian.org/debian/ncurses.git
|
||||||
ref: debian/openssl-1.1.1d-0+deb10u2
|
ref: debian/6.1+20181013-2+deb10u2
|
||||||
- package: lolcat
|
- package: lolcat
|
||||||
repo: https://salsa.debian.org/ruby-team/lolcat.git
|
repo: https://salsa.debian.org/ruby-team/lolcat.git
|
||||||
ref: debian/100.0.1-2
|
ref: debian/100.0.1-2
|
||||||
|
|
Loading…
Reference in a new issue