]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Install clang-6 package if it is not present on Ubuntu when compiling against clang...
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 8 Apr 2021 23:28:29 +0000 (16:28 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 9 Apr 2021 15:22:19 +0000 (17:22 +0200)
.github/workflows/cmake.yml

index 1287dc851ac401d18617ee840a63ba0311946806..95d3b5aa6411993fc08723094a16e0a0477c9e4a 100644 (file)
@@ -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