Changed clang to 11
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user