Skip to content

Commit

Permalink
Clang Fixes (#249)
Browse files Browse the repository at this point in the history
* clang fixes

* Changed version of clang in MacOS

* Revert change

* Update tests_suite.yml

* Switched to clang 11
  • Loading branch information
passalis authored Apr 25, 2022
1 parent 82a26ba commit 4a85d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a85d8c

Please sign in to comment.