Skip to content

Commit 92a0aeb

Browse files
committed
fydkjfs
1 parent 804c0de commit 92a0aeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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 Random
20+
run: grep
1921
- name: Grep /opt/homebrew/opt/llvm@18/include/c++/v1
2022
run: grep -r "ip_mreq" "/opt/homebrew/opt/llvm@18/include/c++/v1"
2123
- name: Grep /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include

0 commit comments

Comments
 (0)