From 78a5fde6ee5b23b8eb0c1cf815489b855c2141a9 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Tue, 1 Nov 2022 14:39:43 -0400 Subject: [PATCH] CI: update LibreSSL 3.6 to 3.6.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d67ad1bf2..9090ca194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: bindgen: true library: name: libressl - version: 3.6.0 + version: 3.6.1 - target: x86_64-unknown-linux-gnu bindgen: false library: @@ -198,7 +198,7 @@ jobs: bindgen: false library: name: libressl - version: 3.6.0 + version: 3.6.1 exclude: - library: name: boringssl -- GitLab