ci: add make to the CI image

This commit is contained in:
Ben Boeckel
2020-05-08 10:50:13 -04:00
parent 0ed7e424ab
commit d5438f783a

View File

@@ -8,7 +8,8 @@ dnf install -y \
dnf install --setopt=install_weak_deps=False -y \
clang-tools-extra \
gcc-c++ \
git-core
git-core \
make
# Install documentation tools.
dnf install --setopt=install_weak_deps=False -y \