Skip to content

Commit

Permalink
Fix clang (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-daniel authored Apr 25, 2022
1 parent 4012984 commit a360896
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_suite.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests_suite_develop.yml
Original file line number Diff line number Diff line change
@@ -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 comments on commit a360896

Please sign in to comment.