Skip to content
Snippets Groups Projects
Unverified Commit 4a85d8c5 authored by Nikolaos Passalis's avatar Nikolaos Passalis Committed by GitHub
Browse files

Clang Fixes (#249)

* clang fixes

* Changed version of clang in MacOS

* Revert change

* Update tests_suite.yml

* Switched to clang 11
parent 82a26bac
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ jobs:
- os: ubuntu-20.04
DEPENDENCIES_INSTALLATION: "sudo apt -y install clang-format-10 cppcheck"
- os: macos-10.15
DEPENDENCIES_INSTALLATION: "brew install clang-format cppcheck"
DEPENDENCIES_INSTALLATION: "brew install clang-format@11 cppcheck; ln /usr/local/bin/clang-format-11 /usr/local/bin/clang-format"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment