Skip to content

Commit 429cac6

Browse files
committed
github: add missing CMake package
Signed-off-by: Steven Noonan <[email protected]>
1 parent 973d7d1 commit 429cac6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/install-fedora.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PACKAGES=(
1616
perl
1717
pkgconf-pkg-config
1818
which
19+
cmake
1920
)
2021

2122
dnf install -y "${PACKAGES[@]}"

.github/install-post.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
set -x
66
meson --version
7+
cmake --version
78
g++ --version
89
clang++ --version
910
lsb_release -a

.github/install-ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ apt-get update
1010
apt-get install -y locales
1111
locale-gen en_US.UTF-8
1212

13-
PACKAGES=(git build-essential pkg-config meson clang perl lsb-release)
13+
PACKAGES=(git build-essential pkg-config meson clang perl lsb-release cmake)
1414

1515
apt-get install -y "${PACKAGES[@]}"

0 commit comments

Comments
 (0)