We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037f619 commit 69dd5c8Copy full SHA for 69dd5c8
.github/workflows/build.yml
@@ -87,12 +87,6 @@ jobs:
87
run: |
88
dnf install -y --setopt=install_weak_deps=False \
89
${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
96
- name: Checkout
97
uses: actions/checkout@v4
98
with:
0 commit comments