workflows: test openssl instead of curl
It takes too long to build curl
This commit is contained in:
parent
eab79fb44a
commit
a2a1c74be6
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -8,15 +8,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- curl
|
- openssl
|
||||||
- lolcat
|
- lolcat
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
include:
|
include:
|
||||||
- package: curl
|
- package: openssl
|
||||||
repo: https://salsa.debian.org/debian/curl.git
|
repo: https://salsa.debian.org/debian/openssl.git
|
||||||
ref: stretch
|
ref: debian/openssl-1.1.1d-0+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