Skip to content

Commit

Permalink
apt
Browse files Browse the repository at this point in the history
  • Loading branch information
vinissou committed Oct 5, 2024
1 parent 56a9c11 commit 57dcd35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Build
# # Build your program with the given configuration
# run: sudo apt install dos2unix && cc ./BUILD.c && ./a.out
- name: Build
# Build your program with the given configuration
run: sudo apt install cppcheck

- name: Test
#working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 57dcd35

Please sign in to comment.