Skip to content

Commit

Permalink
Fix URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Jul 19, 2023
1 parent e79449b commit 1838468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ jobs:
submodules: true
- name: Dependencies
run: |
wget https://github.com/Homebrew/homebrew-core/blob/9b0e3d32f590458ae9e5dbf01943b39845b5315e/Formula/cppcheck.rb
brew install cppcheck.rb
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/9b0e3d32f590458ae9e5dbf01943b39845b5315e/Formula/cppcheck.rb
brew install -s cppcheck.rb
- name: Configure
run: |
cmake -B${{runner.workspace}}/build-cppcheck \
Expand Down

0 comments on commit 1838468

Please sign in to comment.