Skip to content

Commit 42008ff

Browse files
committed
modded CI to get mac working
1 parent d5abbf1 commit 42008ff

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/gh_actions_macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
run: clang -v tests/test_repo/ok.c -o helloworld
1515
- name: list libraries where oclint/clang will look for them
1616
run: ls -hal /usr/local/include/
17-
- name: list libraries where they are likely to actually be
18-
run: ls -hal /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
1917
- name: Install 4 hooks, python3, llvm 12.0.1 already installed which includes clang-tidy, clang-format
2018
run: brew install uncrustify cppcheck oclint iwyu
2119
- name: Install pip dependencies

hooks/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
import sys
99
from typing import List
1010

11-
# touch
12-
# touch
13-
1411

1512
class Command:
1613
"""Super class that all commands inherit"""

0 commit comments

Comments
 (0)