From 340dd2debdba9e20e89dce4420d6480d7f480c1b Mon Sep 17 00:00:00 2001 From: Aleksander Czajczynski Date: Sun, 19 Oct 2025 22:47:53 +0200 Subject: [PATCH] 2025-10-19 22:48 UTC+0200 Aleksander Czajczynski (hb fki.pl) * .github/workflows/windows-ci.yml + add openssl-devel to MSYS2 CI --- .github/workflows/windows-ci.yml | 1 + ChangeLog.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 4f66de2743..efa3fc1f92 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -61,6 +61,7 @@ jobs: mingw-w64-${{ env.msys_cpu }}-curl mingw-w64-${{ env.msys_cpu }}-ghostscript mingw-w64-${{ env.msys_cpu }}-openssl + openssl-devel - name: 'Add packages available on 64-bit hosts only' if: matrix.cpu != 'x86' diff --git a/ChangeLog.txt b/ChangeLog.txt index 96445c4498..2f8dcbcf60 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-10-19 22:48 UTC+0200 Aleksander Czajczynski (hb fki.pl) + * .github/workflows/windows-ci.yml + + add openssl-devel to MSYS2 CI + 2025-10-19 22:12 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/hbssl/hbssl.h * contrib/hbssl/hbssl.hbm