From 4c61a8e8f4f3d4c755a953c0d0c564c82905168f Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:32:34 +0100 Subject: [PATCH] GHA: NSS use clang instead of clang-9 Closes #9978 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 40525711d..457454820 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -101,8 +101,8 @@ jobs: configure: CC=icc --enable-debug --with-openssl - name: NSS - install_packages: clang-9 libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem - configure: CC=clang-9 CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated + install_packages: clang libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem + configure: CC=clang CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated steps: - run: |