From cdaa3c4eea9af074fa871a1d2523997e36f052a3 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Thu, 8 Apr 2021 16:28:29 -0700 Subject: [PATCH] Install clang-6 package if it is not present on Ubuntu when compiling against clang-6 in CI. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3