Skip to content

Commit

Permalink
Don't install dependencies in the cpp-linter action
Browse files Browse the repository at this point in the history
The linter step runs in its own Docker container, so this is unneeded.
  • Loading branch information
yut23 committed Nov 30, 2023
1 parent 19faf50 commit 8826f38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/c-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
if [[ -n "${AMREX_HOME}" ]]; then exit 1; fi
cd ../..
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get -qq -y install curl clang-tidy cmake jq clang cppcheck clang-format bear g++>=9.3.0
- name: Run cpp linter
uses: yut23/cpp-linter-action@cppcheck-improvements
with:
Expand Down

0 comments on commit 8826f38

Please sign in to comment.