This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit b42544cf4c8e14d3a070a12695fcc3bb5d867def Author: Mario Trangoni <mjtrangoni@gmail.com> Date: Sun Feb 7 13:38:15 2021 +0100 Install build-essentials on clang Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> --- .github/workflows/nx-libs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml index 28a7bd237..fe5523166 100644 --- a/.github/workflows/nx-libs.yml +++ b/.github/workflows/nx-libs.yml @@ -46,6 +46,8 @@ jobs: gcc) apt-get install -q -y g++ ;; + clang) + apt-get install -q -y build-essential esac ;; fedora*) @@ -135,6 +137,7 @@ jobs: centos:7) # enable epel repository for quilt yum -y install epel-release + rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 # basic packages yum -y install \ autoconf automake gcc-c++ libtool make imake pkgconfig which -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git