From bde91abc66bc2efc976d4394ece90e3b250d7a0f Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Tue, 4 Jan 2022 18:03:01 +0100 Subject: [PATCH] add openssl explicitly --- .github/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/environment.yml b/.github/environment.yml index d8ada76..8206531 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -8,4 +8,5 @@ dependencies: - c-compiler - ninja - pkg-config +- openssl - sel(osx): argp-standalone -- 2.30.2