File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +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 "IPV6_ADD_MEMBERSHIP " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
21+ run : grep -Rn "ipv6_mreq " /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 "IPV6_ADD_MEMBERSHIP " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
24+ run : grep -Rn "ipv6_mreq " /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2525 - name : Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
2626 if : always()
2727 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