Skip to content

Commit

Permalink
Try to use older version of cppcheck (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jul 20, 2023
1 parent 06c1b89 commit 60c3c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ jobs:
submodules: true
- name: Dependencies
run: |
brew install cppcheck
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=TRUE
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/9b0e3d32f590458ae9e5dbf01943b39845b5315e/Formula/cppcheck.rb
brew install cppcheck.rb
- name: Configure
run: |
cmake -B${{runner.workspace}}/build-cppcheck \
Expand Down

0 comments on commit 60c3c31

Please sign in to comment.