We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804c0de commit 92a0aebCopy full SHA for 92a0aeb
.github/workflows/macos-grep-headers.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Print include paths
18
run: /opt/homebrew/opt/llvm@18/bin/clang++ -E -x c++ - -v < /dev/null
19
+ - name: Grep Random
20
+ run: grep
21
- name: Grep /opt/homebrew/opt/llvm@18/include/c++/v1
22
run: grep -r "ip_mreq" "/opt/homebrew/opt/llvm@18/include/c++/v1"
23
- name: Grep /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include
0 commit comments