Changed clang to 11

This commit is contained in:
Bartek Kryza
2021-05-22 15:54:07 +02:00
parent 1b5531427d
commit 6245bc3c6f

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-12 libclang-12-dev libclang-cpp12-dev
run: sudo apt-get install ccache cmake libyaml-cpp-dev libspdlog-dev clang-11 libclang-11-dev libclang-cpp11-dev
- name: Build and unit test
run: |
make debug