Skip to content

Commit 698bbc4

Browse files
Fix CentOS Stream 9 CI: remove ninja-build (not in default repos)
ninja-build is not available in the CentOS Stream 9 BaseOS/AppStream repositories. It is only available via CRB or EPEL. Since cmake falls back to Unix Makefiles when ninja is not found, removing it is the simplest fix. Co-authored-by: Andrey G <networmix@gmail.com>
1 parent b5394bc commit 698bbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install system dependencies
4040
run: |
4141
dnf install -y \
42-
gcc gcc-c++ make cmake ninja-build git \
42+
gcc gcc-c++ make cmake git \
4343
python${{ matrix.python-version }} \
4444
python${{ matrix.python-version }}-devel \
4545
python${{ matrix.python-version }}-pip \

0 commit comments

Comments
 (0)