Skip to content

Commit 69dd5c8

Browse files
committed
actions: fedora: Drop cmake workaround for Fedora 39
Signed-off-by: Priit Laes <[email protected]>
1 parent 037f619 commit 69dd5c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ jobs:
8787
run: |
8888
dnf install -y --setopt=install_weak_deps=False \
8989
${FEDORA_DEPS} doxygen boost-test swig python3-devel java-17-openjdk-devel rpm-build git
90-
- name: Install CMake
91-
if: matrix.container == 39
92-
run: |
93-
dnf install -y --setopt=install_weak_deps=False wget
94-
wget -q https://github.com/Kitware/CMake/releases/download/v3.28.1/cmake-3.28.1-linux-x86_64.sh
95-
sh cmake-3.28.1-linux-x86_64.sh --skip-license --prefix=/usr/local
9690
- name: Checkout
9791
uses: actions/checkout@v4
9892
with:

0 commit comments

Comments
 (0)