Updated clang to version 12

This commit is contained in:
Bartek Kryza
2021-05-22 15:35:00 +02:00
parent c46bc865ef
commit 0bd0ace462
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
with:
submodules: recursive
- name: Install deps
run: sudo apt-get install ccache cmake libyaml-cpp-dev libspdlog-dev clang-11 libclang-11-dev libclang-cpp11-dev
run: sudo apt-get install ccache cmake libyaml-cpp-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev
- name: Build and unit test
run: |
make debug