Skip to content

Commit

Permalink
modded CI to get mac working
Browse files Browse the repository at this point in the history
  • Loading branch information
akfreed committed May 18, 2022
1 parent d5abbf1 commit 42008ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gh_actions_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
run: clang -v tests/test_repo/ok.c -o helloworld
- name: list libraries where oclint/clang will look for them
run: ls -hal /usr/local/include/
- name: list libraries where they are likely to actually be
run: ls -hal /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
- name: Install 4 hooks, python3, llvm 12.0.1 already installed which includes clang-tidy, clang-format
run: brew install uncrustify cppcheck oclint iwyu
- name: Install pip dependencies
Expand Down
3 changes: 0 additions & 3 deletions hooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
import sys
from typing import List

# touch
# touch


class Command:
"""Super class that all commands inherit"""
Expand Down

0 comments on commit 42008ff

Please sign in to comment.