From 64816d1e6e1bf65dee2e18302647501c8d5369ca Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sat, 22 Aug 2026 19:30:10 +0200 Subject: [PATCH] CI: fedora rawhide has switched to openssl4, no engine anymore --- .github/workflows/fedora-rawhide.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 049f1807..7b69d1be 100644 --- a/.github/workflows/fedora-rawhide.yml +++ b/.github/workflows/fedora-rawhide.yml @@ -26,7 +26,7 @@ jobs: submodules: true - name: Install dependencies run: | - dnf -y install git cmake ncurses-devel openssl-devel-engine libsodium-devel readline-devel zlib-devel gcc-c++ clang google-cpu_features-devel + dnf -y install git cmake ncurses-devel openssl-devel libsodium-devel readline-devel zlib-devel gcc-c++ clang google-cpu_features-devel - name: Compile with ${{ matrix.cc }} run: | export CC=${{ matrix.cc }}