workflows: test openssl instead of curl

It takes too long to build curl
This commit is contained in:
Dawid Dziurla 2020-03-26 17:26:31 +01:00 committed by GitHub
parent eab79fb44a
commit a2a1c74be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,15 @@ jobs:
strategy:
matrix:
package:
- curl
- openssl
- lolcat
- termshark
- deber
- lazygit
include:
- package: curl
repo: https://salsa.debian.org/debian/curl.git
ref: stretch
- package: openssl
repo: https://salsa.debian.org/debian/openssl.git
ref: debian/openssl-1.1.1d-0+deb10u2
- package: lolcat
repo: https://salsa.debian.org/ruby-team/lolcat.git
ref: debian/100.0.1-2
@ -43,4 +43,4 @@ jobs:
- name: Check files
run: |
ls -lh artifacts/${{matrix.package}}_*.*
ls -lh ${{matrix.package}}_*.* && false || true
ls -lh ${{matrix.package}}_*.* && false || true