Skip to content

Commit

Permalink
.github/workflows/cppcheck.yml: trying to find cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Oct 20, 2024
1 parent c1005a5 commit e4cc220
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
run: |
conda install -c conda-forge cppcheck
- name: check conda
run: |
echo ${CONDA}
${CONDA}/bin/conda --version
${CONDA}/bin/cppcheck --version
- name: Run cppcheck
run: |
cppcheck \
Expand Down

0 comments on commit e4cc220

Please sign in to comment.