Skip to content

Commit 7c91fac

Browse files
committed
macos
1 parent 8fe87cf commit 7c91fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-grep-headers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)