Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lexus2k/tinyproto
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Feb 19, 2024
2 parents b6e21e8 + 9df5e82 commit 21eaeb7
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 21eaeb7

Please sign in to comment.