Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k authored Feb 19, 2024
1 parent f990c5c commit 9df5e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
CC=clang CXX=clang++ LD=clang++ make
make install DESTDIR=test_path
./.travis/check_install.sh . test_path
make cppcheck tiny_loopback
# Disable cppcheck for now
# make cppcheck tiny_loopback

- name: Building for AVR
run: |
Expand Down

0 comments on commit 9df5e82

Please sign in to comment.