From a2a1c74be6cb196442539ca4f6d05b53f3cde513 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 17:26:31 +0100 Subject: [PATCH] workflows: test openssl instead of curl It takes too long to build curl --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7b0886..45c685f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + ls -lh ${{matrix.package}}_*.* && false || true