diff options
Diffstat (limited to '.github/workflows/nx-libs.yml')
-rw-r--r-- | .github/workflows/nx-libs.yml | 3 |
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 |