File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,10 @@ jobs:
1818 run : /opt/homebrew/opt/llvm@18/bin/clang++ -E -x c++ - -v < /dev/null
1919 - name : Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
2020 if : always()
21- run : grep -Rn "ip_mreq " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
21+ run : grep -Rn "IP_MULTICAST_IF " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
2222 - name : Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2323 if : always()
24- run : grep -Rn "ip_mreq " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
25- - name : Grep /opt/homebrew/opt/llvm@18/ include/c++/v1
24+ run : grep -Rn "IP_MULTICAST_IF " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
25+ - name : Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/ include/netinet/in.h
2626 if : always()
27- run : grep -Rn "ip_mreq" "/opt/homebrew/opt/llvm@18/include/c++/v1"
28- - name : Grep /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include
29- if : always()
30- run : grep -Rn "ip_mreq" "/opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include"
27+ run : cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
You can’t perform that action at this time.
0 commit comments