From: Nathan Moinvaziri Date: Thu, 8 Apr 2021 23:28:29 +0000 (-0700) Subject: Install clang-6 package if it is not present on Ubuntu when compiling against clang... X-Git-Tag: 2.0.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdaa3c4eea9af074fa871a1d2523997e36f052a3;p=thirdparty%2Fzlib-ng.git Install clang-6 package if it is not present on Ubuntu when compiling against clang-6 in CI. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1287dc85..95d3b5aa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -250,7 +250,7 @@ jobs: - name: Ubuntu 16.04 Clang os: ubuntu-16.04 compiler: clang-6.0 - # note: github preinstalls compilers now, see https://github.com/actions/virtual-environments/pull/369/ + packages: clang-6.0 - name: Ubuntu Clang os: ubuntu-latest