Skip to content

Commit 012fdcd

Browse files
pheiduckdongbeiouba
authored andcommitted
GHA: NSS use clang instead of clang-9
Closes curl#9978
1 parent 1bbe974 commit 012fdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
configure: CC=icc --enable-debug --with-openssl
102102

103103
- name: NSS
104-
install_packages: clang-9 libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
105-
configure: CC=clang-9 CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated
104+
install_packages: clang libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
105+
configure: CC=clang CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated
106106

107107
steps:
108108
- run: |

0 commit comments

Comments
 (0)