⚗️ try to install Clang 11

This commit is contained in:
Niels Lohmann 2021-01-17 14:46:20 +01:00
parent bd859960f4
commit 755f694995
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -89,7 +89,7 @@ jobs:
- name: install_clang
run: |
sudo apt update
sudo apt install clang-10 ninja-build
sudo apt install clang-11 ninja-build
shell: bash
- name: cmake
run: cmake -S . -B build -DJSON_CI=On