From ea67cde210c433c5878a589d499a19091181ccca Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 27 Mar 2020 00:15:57 +0100 Subject: [PATCH] workflows: ncurses instead of openssl Because of speed --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5a9553..e3f2730 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,16 +8,16 @@ jobs: strategy: matrix: package: - - openssl + - ncurses - lolcat - termshark - deber - lazygit - bc include: - - package: openssl - repo: https://salsa.debian.org/debian/openssl.git - ref: debian/openssl-1.1.1d-0+deb10u2 + - package: ncurses + repo: https://salsa.debian.org/debian/ncurses.git + ref: debian/6.1+20181013-2+deb10u2 - package: lolcat repo: https://salsa.debian.org/ruby-team/lolcat.git ref: debian/100.0.1-2