File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 steps :
1717 - name : Print include paths
1818 run : /opt/homebrew/opt/llvm@18/bin/clang++ -E -x c++ - -v < /dev/null
19- - name : Grep /opt/homebrew/opt/llvm@18/bin/../ include/c++/v1
20- run : grep -rn -A 10 -B 10 "ip_mreq" /opt/homebrew/opt/llvm@18/bin/../ include/c++/v1
19+ - name : Grep /opt/homebrew/opt/llvm@18/include/c++/v1
20+ run : grep -r -A 10 -B 10 "ip_mreq" " /opt/homebrew/opt/llvm@18/include/c++/v1"
2121 - name : Grep /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include
22- run : grep -rn -A 10 -B 10 "ip_mreq" /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include
22+ run : grep -r -A 10 -B 10 "ip_mreq" " /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include"
2323 - name : Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
24- run : grep -rn -A 10 -B 10 "ip_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
24+ run : grep -r -A 10 -B 10 "ip_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
2525 - name : Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
26- run : grep -rn -A 10 -B 10 "ip_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
26+ run : grep -r -A 10 -B 10 "ip_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2727
You can’t perform that action at this time.
0 commit comments