Skip to content

Commit 17a0c82

Browse files
committed
new cat
1 parent 7c91fac commit 17a0c82

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
@@ -22,6 +22,6 @@ jobs:
2222
- name: Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2323
if: always()
2424
run: grep -Rn "ipv6_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
25-
- name: Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
25+
- name: Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet6/in6.h
2626
if: always()
27-
run: cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
27+
run: cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet6/in6.h

0 commit comments

Comments
 (0)