maskit commented on a change in pull request #7575:
URL: https://github.com/apache/trafficserver/pull/7575#discussion_r586931520
##########
File path: .github/workflows/c-cpp.yml
##########
@@ -0,0 +1,23 @@
+name: C/C++ CI
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+
+ runs-on: macos-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: configure
+ run: brew install automake openssl llvm; autoreconf -if;
CC=/usr/local/Cellar/llvm/11.1.0/bin/clang
CXX=/usr/local/Cellar/llvm/11.1.0/bin/clang++ ./configure
--with-openssl=/usr/local/Cellar/openssl\@1.1/1.1.1j
Review comment:
I don't think I made this link by myself.
```
$ ll /usr/local/opt/[email protected]
lrwxr-xr-x 1 mkitajo admin 28 Mar 3 13:29 /usr/local/opt/[email protected] ->
../Cellar/[email protected]/1.1.1j
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]