ci(docker): bump cmake from 3.26 to 3.27 for Fedora (#1522)

This commit is contained in:
ReenigneArcher 2023-08-11 17:29:40 -04:00 committed by GitHub
parent be01fb112d
commit 5a97b86fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ dnf -y update
dnf -y group install "Development Tools"
dnf -y install \
boost-devel-1.78.* \
cmake-3.26.* \
cmake-3.27.* \
gcc-12.2.* \
gcc-c++-12.2.* \
git \

View File

@ -31,9 +31,9 @@ dnf -y update
dnf -y group install "Development Tools"
dnf -y install \
boost-devel-1.78.0* \
cmake-3.26.* \
gcc-13.0.* \
gcc-c++-13.0.* \
cmake-3.27.* \
gcc-13.2.* \
gcc-c++-13.2.* \
git \
libappindicator-gtk3-devel \
libcap-devel \