From 9b96fd8164bd90a5de16ddeade5eb6b124c61457 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Tue, 11 Feb 2025 13:50:43 +0200 Subject: [PATCH] CI: Fix Fedora/Centos workflow to match latest CI containers update. --- .github/workflows/centos-and-fedora.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/centos-and-fedora.yml b/.github/workflows/centos-and-fedora.yml index b2a395ac2b..cfb6e2caa0 100644 --- a/.github/workflows/centos-and-fedora.yml +++ b/.github/workflows/centos-and-fedora.yml @@ -133,9 +133,7 @@ jobs: - name: Build botan head if: matrix.image.botan_ver == 'head' - # Botan's head renamed curve25519 module to x25519, however this didn't get to 3.5.0 release yet run: | - sed -i 's/curve25519/x25519/g' /opt/tools/botan3-modules /opt/tools/botan3-pqc-modules /opt/tools/tools.sh build_and_install_botan head - name: Configure