From: Frantisek Sumsal Date: Wed, 21 Oct 2020 14:18:50 +0000 (+0200) Subject: ci: build with clang-11 as well X-Git-Tag: v247-rc1~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0273f6e7f2c23e3b4ffc5499297c5f193eb9f75a;p=thirdparty%2Fsystemd.git ci: build with clang-11 as well The LLVM nightly repositories now have a separate branch for clang-11, so let's build with it as well. --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f73a141420c..c9aec779c8b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,6 +20,7 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "10" } - { COMPILER: "clang", COMPILER_VERSION: "10" } + - { COMPILER: "clang", COMPILER_VERSION: "11" } env: ${{ matrix.env }} steps: - name: Repository checkout