aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMario Trangoni <mjtrangoni@gmail.com>2021-02-07 13:38:15 +0100
committerMario Trangoni <mjtrangoni@gmail.com>2021-02-07 13:38:15 +0100
commitb42544cf4c8e14d3a070a12695fcc3bb5d867def (patch)
tree369677015dc6291a20bc183fe148a9598cf90952 /.github
parent077089c4e4f7fcdff55d316811482c920cb62c7f (diff)
downloadnx-libs-b42544cf4c8e14d3a070a12695fcc3bb5d867def.tar.gz
nx-libs-b42544cf4c8e14d3a070a12695fcc3bb5d867def.tar.bz2
nx-libs-b42544cf4c8e14d3a070a12695fcc3bb5d867def.zip
Install build-essentials on clang
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nx-libs.yml3
1 files changed, 3 insertions, 0 deletions
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