Skip to content

Commit

Permalink
CI: Fix Fedora/Centos workflow to match latest CI containers update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 13, 2025
1 parent 9374020 commit 3e39cca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/centos-and-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e39cca

Please sign in to comment.